* Added console

* Set the game to automatically start a server and client.
* Made it so second player can pick up pot correctly and move it around.
* Still buggy when putting it down.
* Disabled "Countdown" as it became annoying when testing.
This commit is contained in:
2025-10-06 23:49:07 +02:00
parent 4ec52c34d4
commit ff083769d8
15 changed files with 1007 additions and 126 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"godotTools.editorPath.godot4": "c:\\Program Files\\godot\\4\\Godot_v4.4-stable_win64.exe"
}