projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8cf45ad
)
Removed intro-playing part of world script
author
Christoph Sommer
<mail@christoph-sommer.de>
Sat, 19 Aug 2006 10:06:06 +0000
(10:06 +0000)
committer
Christoph Sommer
<mail@christoph-sommer.de>
Sat, 19 Aug 2006 10:06:06 +0000
(10:06 +0000)
SVN-Revision: 4200
data/levels/world1/world.nut
patch
|
blob
|
history
diff --git
a/data/levels/world1/world.nut
b/data/levels/world1/world.nut
index
539cbd6
..
d3990cd
100644
(file)
--- a/
data/levels/world1/world.nut
+++ b/
data/levels/world1/world.nut
@@
-1,15
+1,3
@@
-if(! ("intro_displayed" in state)) {
- println("Display intro");
- load_level("levels/world1/intro.stl");
- println("Wait for screenswitch");
- wait_for_screenswitch();
- println("ok1");
- wait_for_screenswitch();
- println("ok2");
- state.intro_displayed <- true;
- save_state();
-}
-
if(! ("world" in state)) {
println("No worldfound");
state.world <- "levels/world1/worldmap.stwm";