Sheep Quest Devlog 1
I decided to start the project by creating the first two tiles for the game dirt and grass.
I also got to work on creating the world version of the main character Spark the sheep. I made Idle and Movement animations for 4 directions, forward, backward, left and right.
I started the world player script responsible for controlling the player and its animations during gameplay. Taking the players input I assign the appropriate direction to an enum variable I created and check an isMoving bool and Depending on the combination of direction and movement play the related animation. The player also has basic movement by moving in the related vector2 using the players transform.position.
The world level is extremely basic and needs developing. I plan on creating additional tiles, much needed decor and developing the level more for the next devlog. I also plan on adding a main menu and collision to the players movement.
Sheep Quest - RPG Prototype
Spark the sheep must save the world from evil, turn based RPG prototype.
Status | In development |
Author | Grifferret |
Genre | Role Playing, Adventure |
Tags | 2D, Cute, Fantasy, Pixel Art, Turn-Based Combat |
Leave a comment
Log in with itch.io to leave a comment.