Skip to content

Commit

Permalink
renamed splashScreen.png to splash_screen.png for filename consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
radamanthus committed Sep 30, 2011
1 parent 58e2cc1 commit d56cdb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loadmenu.lua
Expand Up @@ -10,7 +10,7 @@ function new()
local loadingImage

local showLoadingScreen = function()
loadingImage = display.newImageRect( "splashScreen.png", 480, 320 )
loadingImage = display.newImageRect( "splash_screen.png", 480, 320 )
loadingImage.x = display.contentWidth
loadingImage.y = display.contentHeight
localGroup:insert(loadingImage)
Expand Down
File renamed without changes

0 comments on commit d56cdb1

Please sign in to comment.