Cleanup
This commit is contained in:
@ -13,7 +13,7 @@ func _ready():
|
||||
state.transitioned.connect(on_transition)
|
||||
animations = %AnimationPlayer
|
||||
|
||||
func _process(delta):
|
||||
func _process(delta: float):
|
||||
accumulated_delta += delta
|
||||
|
||||
if skipped_frames >= skip_frames:
|
||||
|
Reference in New Issue
Block a user