Implemented Pillbug/Mosquito actions. Implemented pre-game settings. TODO: Game settings + bug testing

This commit is contained in:
Sch1nken 2024-03-30 01:43:38 +01:00
parent 397082f966
commit 2343638749
15 changed files with 477 additions and 70 deletions

View file

@ -19,7 +19,7 @@ func _ready():
multiplayer.peer_disconnected.connect(_on_peer_disconnected)
#multiplayer.server_disconnected.connect(_on_server_disconnected)
GameEvents.game_started.emit()
#GameEvents.game_started.emit()
@rpc("any_peer", "call_local")