Please enable JavaScript in your browser!
Página inicial
Explorar
Ajuda
Entrar
SuperTux
/
data
mirror de
https://github.com/SuperTux/data
Observar
2
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Branch:
halloween_1-changes
Branches
Tags
editor-resources
feature/coin-sprites
feature/ensure-level-validity
feature/modern_fonts
feature/two-towers-improvements
fix/industrial-tiles-offset
fix/use-music-loops
forest-redesign
halloween_1-changes
hanging_ball
incubator-cleanup
master
data
/
levels
/
test
/
transition.nut
transition.nut
98 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
8
function willohit()
{
println("willo was hit");
Tux.deactivate();
wait(0.5);
restart();
}