This website requires JavaScript.
Explore
Help
Sign In
magicalfeyfenny
/
sunflowers-in-the-rain
Watch
1
Star
0
Fork
You've already forked sunflowers-in-the-rain
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
228c74d7fc
sunflowers-in-the-rain
/
objects
/
obj_enemy_parent
/
Step_0.gml
5 lines
91 B
Plaintext
Raw
Blame
History
image_index = (direction + 22.5) / 45;
if (direction + 22.5 >= 360 ) {
image_index = 0;
}
Reference in New Issue
View Git Blame
Copy Permalink