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
+1 -2
View File
@@ -1,8 +1,7 @@
extends Control
@onready var _Restart_btn: Button = %Restart
const GAME_MANAGER = preload("res://GameManager.gd")
const GAME_MANAGER = preload("res://scripts/game_manager.gd")
func _ready() -> void:
_Restart_btn.pressed.connect(_restart)