Initial Commit, add base game files

This commit is contained in:
2026-03-08 19:14:42 +00:00
parent c897af735f
commit a141c34a3d
91 changed files with 4190 additions and 0 deletions

9
game/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,9 @@
{
"files.exclude": {
"**/*.rpyc": true,
"**/*.rpa": true,
"**/*.rpymc": true,
"**/cache/": true
},
"renpyWarp.sdkPath": "c:\\Users\\cambo\\Code\\themakeATAintoaVNproject\\renpy-8.5.2-sdk"
}