Round system
This commit is contained in:
parent
bcb42f8d16
commit
3df8247a84
32 changed files with 573 additions and 123 deletions
|
|
@ -4,7 +4,8 @@ var plant: StringName
|
|||
|
||||
func _ready() -> void:
|
||||
if multiplayer.is_server():
|
||||
$Timer.timeout.connect(on_timeout)
|
||||
Session.bomb_timer.timeout.connect(on_timeout)
|
||||
Session.begin_bomb_stage()
|
||||
|
||||
func on_timeout():
|
||||
if multiplayer.is_server() == false:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue