forked from team-sg/hero-mark-2
fix most of the script errors and warnings, fixed a couple tiny bugs in the process :)
This commit is contained in:
parent
9435089f21
commit
72733db609
23 changed files with 55 additions and 63 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue