Open breznak opened 8 years ago
@JohnnyMarek how is the "disappearing" handled now? is it the Timer
and magic constants 5, 15
which I didn't understand? In sim loop?
yes, 5 sec till anything spawns, 15 secs it stays unles it is text or collect (collect is removed when collected or after 15 sec [failed attempt]. text stays till resolved
duration
field to distractorsthreads
and show it for the durationD.spawn(); T.sleep(duration); D.remove()
D.update()
This will make them more independent of the sim control loop.