Please enable JavaScript in your browser!
Strona główna
Odkrywaj
Pomoc
Zaloguj się
SuperTux
/
data
kopia lustrzana
https://github.com/SuperTux/data
Obserwuj
2
Polub
0
Forkuj
0
Pliki
Problemy
0
Wiki
Drzewo:
3bf8b9fda1
Gałęzie
Tagi
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
Historia
Czysty
1
2
3
4
5
6
7
8
function willohit()
{
println("willo was hit");
Tux.deactivate();
wait(0.5);
restart();
}