Browse Source

Randomly allocate spawn points to players each round

DricomDragon 4 năm trước cách đây
mục cha
commit
b657fd2923
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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