feat: Introduce the Stop N Go game mode, including its manager script, arena assets, and associated HUD elements.
This commit is contained in:
+1
-1
@@ -851,7 +851,7 @@ func _assign_stop_n_go_spawn_positions(all_players: Array):
|
||||
return
|
||||
|
||||
var col = 0
|
||||
var current_row = 1
|
||||
var current_row = 3
|
||||
|
||||
for player in all_players:
|
||||
var assigned_pos = Vector2i(col, current_row)
|
||||
|
||||
Reference in New Issue
Block a user