dead cam and air dash tweaks

This commit is contained in:
Derek
2024-08-12 00:02:03 -05:00
parent dad00cb0fa
commit 6496d32f88
6 changed files with 13 additions and 13 deletions

View File

@@ -166,7 +166,7 @@ func _physics_process(delta):
camera.fov = lerp(camera.fov, target_fov, delta * 8)
# Health Indicator
var health_opacity = 1 - level_control.health / level_control.start_health
var health_opacity = 1.5 - level_control.health / level_control.start_health
health_indicator.color = lerp(Color(0.471, 0, 0, 0), Color(0.471, 0, 0, .25),health_opacity)
# Land sound