No, I have the code, I just need help with having it execute. The 30 second wait time freezes LÖVE so that no command will work, making it unable to quit.Roland_Yonaba wrote:This is legible with love 0.8.0, though.Code: Select all
love.event.push ('quit')
See love.event.push on the wiki, BTW.
EDIT: See also love.event.quit
Search found 2 matches
- Fri Aug 24, 2012 2:47 pm
- Forum: Support and Development
- Topic: Looping Help?
- Replies: 4
- Views: 1899
Re: Looping Help?
- Fri Aug 24, 2012 5:49 am
- Forum: Support and Development
- Topic: Looping Help?
- Replies: 4
- Views: 1899
Looping Help?
Hello, I am new to LÖVE and I have a question. How can I have a exit command that will work (either press exit in game or click the x) I have a looping command that waits 30 seconds between every command sent too. This is what I want (Just an example, I have the code already) [loop1] while wloop == ...