feat: Introduce the Stop N Go game mode, including its manager script, arena assets, and associated HUD elements.

This commit is contained in:
Yogi Wiguna
2026-03-13 10:32:25 +08:00
parent 6242c4e37e
commit 877a238a82
18 changed files with 2523 additions and 13 deletions
+1 -1
View File
@@ -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)