Host settings 👍

This commit is contained in:
Rendo 2025-12-12 14:55:53 +05:00
commit 54b99eb20f
13 changed files with 203 additions and 148 deletions

View 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