Skip to content

Instantly share code, notes, and snippets.

@crumblingstatue
Created February 20, 2014 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crumblingstatue/60845adabd0ce853cc8c to your computer and use it in GitHub Desktop.
Save crumblingstatue/60845adabd0ce853cc8c to your computer and use it in GitHub Desktop.
diff --git a/main.lua b/main.lua
index 1dd2963..9236643 100644
--- a/main.lua
+++ b/main.lua
@@ -34,10 +34,10 @@ function love.load()
img_btnStart_click = g.newImage("Resources/Pictures/button_start-2.png")
img_btnExit = g.newImage("Resources/Pictures/button_exit.png")
img_btnExit_click = g.newImage("Resources/Pictures/button_exit-2.png")
- img_btnRestart = g.newImage("Resources/pictures/button_restart.png")
- img_btnRestart_click = g.newImage("Resources/pictures/button_restart-2.png")
- img_btnBack = g.newImage("Resources/pictures/button_back.png")
- img_btnBack_click = g.newImage("Resources/pictures/button_back-2.png")
+ img_btnRestart = g.newImage("Resources/Pictures/button_restart.png")
+ img_btnRestart_click = g.newImage("Resources/Pictures/button_restart-2.png")
+ img_btnBack = g.newImage("Resources/Pictures/button_back.PNG")
+ img_btnBack_click = g.newImage("Resources/Pictures/button_back-2.PNG")
img_bullet = g.newImage("Resources/Pictures/bullet.png")
img_bulletLeft = g.newImage("Resources/Pictures/bulletLeft.png")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment