Sunday, 22 March 2015

Day One

So I started off with the player sprite. I am no artist so for now I will use a minimalist approach to my game. I added a basic movement script (left/right) and later I will change the variables of speed so it feels right.
 Added an object to start working out how the positioning aspect will work. The furniture should not be able to be moved unless interacted with, and should be passed through. They should also be able to be jumped onto. Again, I am using vector images from the internet until I can create my own assets for the game.
So far I have made it so that when the player is over the object and pressing 'E', the object will move along with the player.
I added another type of table, this one is for storing items. For now I have just entered a simple count code which tells the player when to plant.

No comments:

Post a Comment