fixed melee collision being enabled at start

This commit is contained in:
Derek
2025-03-15 00:12:09 -05:00
parent 0f2b5c41e2
commit efb3fee189
5 changed files with 7 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ class_name gamemode
@export_group("Rewards and Penalties")
@export var max_number_of_chests : int = 3
@export var money_lost_multiplier : float = .5
@export_enum("Drop All Weapons","Drop Random","Drop None") var weapon_penalty = 0
@export_enum("Drop All Weapons","Drop Random","Drop None") var weapon_penalty = 1
@export var weapon_drop_percentage : float = .5
@export var ammo_drop_percentage : float = .5
@export_group("Player Movement")