tweaked gamemode

This commit is contained in:
Derek
2025-02-24 18:43:18 -06:00
parent a303eb6430
commit ab28691f45
4 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ class_name gamemode
@export var money_lost_multiplier : float = .5
@export_enum("Drop All Weapons","Drop Random","Drop None") var weapon_penalty = 0
@export var weapon_drop_percentage : float = .5
@export var ammo_drop_percentage : float = .5
@export_group("Player Movement")
@export var walk_speed = 12.0
@export var jump_velocity = 5