Browse Source

Randomly allocate spawn points to players each round

DricomDragon 5 years ago
parent
commit
b657fd2923
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Game.gd

+ 1 - 0
Game.gd

@@ -66,6 +66,7 @@ func create_game():
 
 	# Retrieve player spawn points
 	var spawners = get_tree().get_nodes_in_group("spawn")
+	spawners.shuffle()
 
 	# Create players
 	var player