HackermanDevlogs
HackermanDevlogs

Reputation: 1

Spritesheet animations are vertical not horizontal

I have a sprite sheet that I want to animate in Godot game engine but I bugs because Godot makes the frames cycle right to left when my sprite sheet has animations going from top to bottom. How do I fix this?

enter image description here

Upvotes: 0

Views: 362

Answers (2)

theonatr07
theonatr07

Reputation: 1

You can change the number of y as shown in your picture and that will fix it because it reshapes the vertical dimension

Upvotes: 0

nicktehboy meny
nicktehboy meny

Reputation: 68

you can change the settings from editor

Here i have set the Hframes to 4 byt you need to set the vframes to the vertical frames number from your spritesheet. In the same way you need to set and your hframes

Upvotes: 0

Related Questions