initial add

This commit is contained in:
2026-04-10 17:53:31 -05:00
commit ebd36e4ef3
196 changed files with 51603 additions and 0 deletions

16
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,16 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Play in Redot",
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "/Applications/Redot-4.4.app/Contents/MacOS/Redot",
"args": ["--path", "${workspaceFolder}/gobbos_delivery"],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
"console": "internalConsole"
}
]
}