added more assets and still playing with look. pretty happy with it so far
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user