fixed melee collision being enabled at start
This commit is contained in:
@@ -21,6 +21,7 @@ time_slowed_speed = 0.1
|
||||
stamina_regen = false
|
||||
max_stamina = 100.0
|
||||
stamina_drain = 20.0
|
||||
stamina_gain = 5.0
|
||||
air_dash_max = 1
|
||||
load_save = false
|
||||
money_multiplier = 1.0
|
||||
|
||||
@@ -10,7 +10,7 @@ win_conditions = 0
|
||||
survival_time = 160.0
|
||||
max_number_of_chests = 3
|
||||
money_lost_multiplier = 0.5
|
||||
weapon_penalty = 0
|
||||
weapon_penalty = 1
|
||||
weapon_drop_percentage = 0.5
|
||||
ammo_drop_percentage = 0.5
|
||||
walk_speed = 12.0
|
||||
|
||||
@@ -21,6 +21,7 @@ time_slowed_speed = 0.1
|
||||
stamina_regen = true
|
||||
max_stamina = 100.0
|
||||
stamina_drain = 20.0
|
||||
stamina_gain = 5.0
|
||||
air_dash_max = 1
|
||||
load_save = false
|
||||
money_multiplier = 1.0
|
||||
|
||||
Reference in New Issue
Block a user