This farm tycoon game now has some graphics for some actions. There is a working main menu, with working buttons and background music. At the moment, there is a character sprite that can walk across the screen and has walking animations along with it. There is a game intro with a text bubble that appears on the screen. You can navigate the intro with a working continue button. There are plant beds that when clicked, another menu pops up asking if you want to water the plant or collect it. The water button will invoke the watering action from the player sprite.
Im trying to make updates soon to the game, hopefully before presentations. I do want to have the player sprite loop through some frames so that it has a better animation when it waters the plants. I also need to create a new class so that the player can see the plants growing after it gets watered. I also need to add action to the collect button.