Fix issue with action not being updated when typing grow()/fire()/etc in console...
[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 }