fix most of the script errors and warnings, fixed a couple tiny bugs in the process :)

This commit is contained in:
Haze Weathers 2024-03-08 15:11:48 -05:00
parent 9435089f21
commit 72733db609
23 changed files with 55 additions and 63 deletions

View file

@ -38,5 +38,6 @@ func _process(delta):
frame = posmod(frame + int(sign(fps)), hframes * vframes)
if frame == stop_at_frame:
stopped = true
emit_signal("stopped")
if ping_pong and frame == 0:
fps = -fps