Map change
This commit is contained in:
parent
13cfa692ce
commit
337ba22bd3
7 changed files with 45 additions and 11 deletions
|
|
@ -1,5 +1,7 @@
|
|||
extends Node
|
||||
|
||||
|
||||
|
||||
var win_score: int = 13
|
||||
var half_rounds :int = 12
|
||||
var bomb_time: float = 45.0
|
||||
|
|
@ -7,3 +9,4 @@ var buy_time: float = 15.0
|
|||
var round_time: float = 150.0
|
||||
var allow_multiple_abilities: bool = false
|
||||
var allow_team_switch: bool = true
|
||||
var selected_map: StringName = "prototype"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue