Remove AI multiplayer

This commit is contained in:
JonShard
2026-07-29 10:57:35 +02:00
parent ea492f914b
commit 0f1f0c6a93
102 changed files with 1146 additions and 960 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
class_name Table
extends StaticBody3D
const GAME_MANAGER = preload("res://GameManager.gd")
const GAME_MANAGER = preload("res://scripts/game_manager.gd")
@export var thinking_duration: float = 3.0
@export var primary_duration: float = 60.0