Ver código fonte

Randomly allocate spawn points to players each round

DricomDragon 4 anos atrás
pai
commit
b657fd2923
1 arquivos alterados com 1 adições e 0 exclusões
  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