Remove AI multiplayer
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user