I have a start menu for my game with the options: Play Now, Settings, Credits.
I am using this code to display my pictures:
Code: Select all
screen:blit(0, 0, background, 0, 0, background:width(), background:height(), false)
screen:blit(300,75, menu1img)
screen:blit(300,125, menu2img)
screen:blit(300,175, menu3img)
That is it for now, any help or reference to something like this would be very much appriciated. Thank you for your time.
- stonerifik