projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e4ec92
)
reduce waiting time when yeti is finished
author
Matthias Braun
<matze@braunis.de>
Tue, 2 May 2006 18:55:24 +0000
(18:55 +0000)
committer
Matthias Braun
<matze@braunis.de>
Tue, 2 May 2006 18:55:24 +0000
(18:55 +0000)
SVN-Revision: 3486
data/levels/world1/27 - No More Mr Ice Guy.stl
patch
|
blob
|
history
diff --git
a/data/levels/world1/27 - No More Mr Ice Guy.stl
b/data/levels/world1/27 - No More Mr Ice Guy.stl
index
7ecc889
..
2cc1479
100644
(file)
--- a/
data/levels/world1/27 - No More Mr Ice Guy.stl
+++ b/
data/levels/world1/27 - No More Mr Ice Guy.stl
@@
-108,7
+108,7
@@
Effect.fade_in(1);
(y 177)
(dead-script "
play_sound(\"sounds/yeti_finish.ogg\");
-wait(
12
);
+wait(
6
);
Effect.fade_out(5.5);
wait(5.5);
Level.finish(true);