Working prototype
This commit is contained in:
parent
3de181134d
commit
1ed0ec226d
24 changed files with 682 additions and 31 deletions
|
|
@ -7,3 +7,11 @@ var debug: bool = false
|
|||
var allow_selecting_in_stack: bool = false
|
||||
|
||||
var lobby_code: String = ""
|
||||
|
||||
var has_bee_been_placed: bool = false
|
||||
|
||||
var disconnect_reason: String = ""
|
||||
|
||||
func reset() -> void:
|
||||
has_bee_been_placed = false
|
||||
disconnect_reason = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue