Changeset 9726 for code/branches/levelMichael/data/levels/Spacefight.oxw
- Timestamp:
- Oct 29, 2013, 1:58:58 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/levelMichael/data/levels/Spacefight.oxw
r9722 r9726 8 8 name = "Spacefight" 9 9 description = "Level with the big Spacefight" 10 tags = "mission s"10 tags = "mission" 11 11 screenshot = "emptylevel.png" 12 12 /> … … 53 53 /> 54 54 55 55 <Scene 56 56 ambientlight = "0.8, 0.8, 0.8" 57 57 skybox = "Orxonox/Starbox" … … 104 104 <complete-effects> 105 105 <AddQuest questId="spacefight.upgrade1" /> 106 < AddQuest questId="spacefight.flying2" />106 <!-- <AddQuest questId="spacefight.flying2" /> --> 107 107 </complete-effects> 108 108 </LocalQuest> … … 145 145 failMessage="You've lost all your ships!" 146 146 completeMessage="" /> 147 </LocalQuest> 148 149 <LocalQuest id="spacefight. 147 <complete-effects> 148 <AddQuest questId="spacefight.flying3" /> 149 </complete-effects> 150 </LocalQuest> 151 152 <LocalQuest id="spacefight.flying3" > 153 <QuestDescription 154 title="" 155 description="" 156 failMessage="" 157 completeMessage="" /> 158 </LocalQuest> 150 159 151 160 … … 176 185 </QuestEffectBeacon> 177 186 178 <!-- -- >187 <!-- ---------------------------------------------------------------------- --> 179 188 180 189 <DistanceTrigger name="flying1" position="3000,0,0" target="SpaceShip" distance=1500 stayActive="true" delay=0 /> … … 191 200 <!-- ----------------------------------------------------- --> 192 201 193 <!-- EVENTTRIGGER 202 <!-- EVENTTRIGGER --> 194 203 195 204 <EventTrigger name="guard1trigger4" activations="1" stayactive="true" delay=0.1> … … 220 229 </EventTrigger> 221 230 </EventTrigger> 222 </EventTrigger> -->231 </EventTrigger> 223 232 224 233 <!-- ----------------------------------------------------- -->
Note: See TracChangeset
for help on using the changeset viewer.