added more assets and still playing with look. pretty happy with it so far

This commit is contained in:
derek
2025-06-25 11:13:29 -05:00
parent 21f318f0f8
commit 4cf2042306
24 changed files with 807 additions and 48 deletions

View File

@@ -6,7 +6,7 @@ class_name PlayerState
@export var health_lost_on_fall = 2.0
# respawn after falling
const FALL_TIME_TO_RESPAWN : float = 4.0
const FALL_TIME_TO_RESPAWN : float = 3.0
const TIME_TO_CACHE_POSITION : float = 2.0
var ground_pos_cached = []
var fall_timer = FALL_TIME_TO_RESPAWN