Host settings 👍
This commit is contained in:
parent
162dbc13e8
commit
54b99eb20f
13 changed files with 203 additions and 148 deletions
8
multiplayer/lobby_settings.gd
Normal file
8
multiplayer/lobby_settings.gd
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
extends Node
|
||||
|
||||
var win_score: int = 13
|
||||
var half_rounds :int = 12
|
||||
var bomb_time: float = 45.0
|
||||
var buy_time: float = 15.0
|
||||
var round_time: float = 150.0
|
||||
var allow_multiple_abilities: bool = false
|
||||
Loading…
Add table
Add a link
Reference in a new issue