play around with scripted willos
[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 }