Search found 1 match
- Sun Aug 09, 2015 6:39 am
- Forum: Support and Development
- Topic: How to remove an image?
- Replies: 2
- Views: 1512
How to remove an image?
So I need to remove an image and a song using an if statement. If gamestate = play then (Remove image,song) gamestate = "title" function love.update(dt) mainmenu = love.graphics.newImage("back.jpg") playbackground = love.graphics.newImage("playbackground.png") music = l...