Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
.NET - add godot example link
Browse files Browse the repository at this point in the history
  • Loading branch information
0xFirekeeper committed Apr 25, 2024
1 parent b4d31db commit 1c18f93
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/app/dotnet/godot/page.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { DocImage, createMetadata } from "@doc";
import { OpenSourceCard, DocImage, createMetadata } from "@doc";

export const metadata = createMetadata({
title: "Thirdweb .NET SDK in Godot",
Expand Down Expand Up @@ -28,3 +28,14 @@ To add the Thirdweb .NET SDK to your Godot project, you will need to manually ed
<!-- Update with the latest version when necessary -->
</ItemGroup>
```

## Example Project

An example Godot project integrating the Thirdweb .NET SDK is available below.

<OpenSourceCard
title="Godot Template"
description="A Godot project template with the Thirdweb .NET SDK integrated."
href="https://github.com/thirdweb-example/thirdweb-godot"
isLibrary={false}
/>

0 comments on commit 1c18f93

Please sign in to comment.