mirror of
https://github.com/kristoferssolo/FuncIt.git
synced 2025-10-21 19:30:35 +00:00
[Major] Finished product development - Stage III
This commit is contained in:
parent
e9e01c47f5
commit
c5a2843945
@ -2,7 +2,7 @@ extends Control
|
|||||||
|
|
||||||
var player = load("res://source/entities/player/player_node.tscn")
|
var player = load("res://source/entities/player/player_node.tscn")
|
||||||
|
|
||||||
var min_players = 2
|
var min_players = 1
|
||||||
var current_spawn_location_instance_number = 1
|
var current_spawn_location_instance_number = 1
|
||||||
var current_player_for_spawn_location_number = null
|
var current_player_for_spawn_location_number = null
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user