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

.NET - add godot example link #362

Merged
merged 1 commit into from
Apr 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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}
/>
Loading