feat: initialize project

This commit is contained in:
David Utz
2026-08-21 09:33:43 +02:00
parent ce07880273
commit ed0ccefda1
8 changed files with 562 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[h1]Hello World![/h1]
This description will be shown on the mod manager, and be uploaded to Steam Workshop.
Note some tags like tables, links and images are not supported in the in-game mod manager and will be either omitted / shown as plain-text.
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 KiB

+12
View File
@@ -0,0 +1,12 @@
{
"id": "com.stuhl.ingamereveries",
"name": "IngameReveries",
"author": "Stuhl",
"modVer": "1.0",
"supportedGameVer": [
"*"
],
"assemblies": [
"bin/Debug/netstandard2.1/IngameReveries.dll"
]
}
Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB