This website requires JavaScript.
Explore
Help
Sign In
zcy
/
godot-start
Watch
1
Star
0
Fork
You've already forked godot-start
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
9dae98a793
godot-start
/
script
/
demo10_animation
/
timer_animation.gd
10 lines
91 B
GDScript
Raw
Blame
History
extends
Sprite
func
_on_Timer_timeout
(
)
:
if
frame
<
5
:
frame
+=
1
else
:
frame
=
0
Reference in New Issue
View Git Blame
Copy Permalink