Search found 1 match

by Neptoune
Thu Aug 29, 2013 2:57 pm
Forum: Support and Development
Topic: love.timer.sleep or wait()
Replies: 2
Views: 3196

love.timer.sleep or wait()

Just wondering if I can do something like wait() I tried love.timer.sleep, the game just crashed. Tried googling it, I saw the wiki page. I got this code that increases the variable every one second: x = 0 function love.update(dt) x = x + dt end That crashes the game also and where did one second co...