hi how do i add a new sprite sheet (nice template i really like it)
Viewing post in Godot Platformer Template comments
To change the sprites on the player first you need to go to the player.tscn file, then click on the sprite node, and change the texture property.
Next you need to adjust the hframes, and vframes values to the amount of rows and columns your sprite sheet has.
Lastly you need to click on the AnimationPlayer node and remake the animations to fit how many frames your spritesheet has.
This video goes over the whole process: