refactored bullet script, broke shotgun pellets which will need to be fixed
This commit is contained in:
@@ -9,6 +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 var die_on_leaving_bounds : bool = true
|
||||
@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
|
||||
|
||||
Reference in New Issue
Block a user