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

@@ -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

View File

@@ -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

View File

@@ -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