To get started we will need some sprites or sprite-sheets. I have created sprite-sheets specifically for use in Godot which can be downloaded from my GIT repo. You can use your own sprite-sheets also.
๐Tutorial Links ๐
Dino Images Zip: https://github.com/VidyaGameMaka/godot4tutorial/blob/main/FreeArt/DinoCharacter/FreeDinoSprite.zip
If you are not following along with the previous tutorials that is fine, this is a standalone tutorial.
Drag the sprite sheets into:
Prefabs/Characters/Dino
Create a new node and call it: DinoPlayer_PFB
In folder: Prefabs/Characters/Dino
- CharacterBody2D
- Sprite
- CollisionShape2D
- AnimationPlayer