If loading an image fails, try loading "images/engine/missing.png" first before faili...
[supertux.git] / data / levels / test / transition.nut
1 function willohit()
2 {
3   println("willo was hit");
4   Tux.deactivate();
5   wait(0.5);
6   restart();
7 }