This commit is contained in:
2025-01-28 14:17:29 +08:00
parent a43811fe77
commit 9640283964
22 changed files with 512 additions and 10 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ func _unhandled_input(event):
#if is_in_group("Bots"):
#return
var main = get_node("/root/Main")
var main = get_node("/root/Main/")
if not is_multiplayer_authority() or (main.turn_based_mode and (not is_my_turn or is_player_moving)):
return