Search found 1 match
- Fri Jun 06, 2014 11:38 pm
- Forum: Support and Development
- Topic: Glitch or Coding Error
- Replies: 1
- Views: 1161
Glitch or Coding Error
here is my code function love.load() love.graphics.setBackgroundColor( 255, 255, 255 ) xPlayer1 = 0 yPlayer1 = 0 xPlayer2 = 800 yPlayer2 = 600 imageStartMenuBG = love.graphics.newImage( "textures/StartMenuBG.png" ) imageButton1 = love.graphics.newImage( "textures/Button1.png" ) i...