Changeset 9751 for code/branches/levelMichael/data/levels/Spacefight.oxw
- Timestamp:
- Nov 4, 2013, 10:25:49 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/levelMichael/data/levels/Spacefight.oxw
r9750 r9751 23 23 include("templates/spaceshipEscort.oxt") 24 24 include("templates/spaceshipSwallow.oxt") 25 ?>26 <?lua27 25 include("templates/pickupRepresentationTemplates.oxt") 28 26 ?> … … 30 28 dofile("includes/CuboidSpaceStation.lua") 31 29 ?> 32 33 34 35 30 36 31 <Level … … 293 288 294 289 295 <SimpleNotification message="first" >290 <SimpleNotification message="first" broadcast="true"> 296 291 <events> 297 292 <trigger> … … 301 296 </SimpleNotification> 302 297 303 <SimpleNotification message="shot" >298 <SimpleNotification message="shot" broadcast="true"> 304 299 <events> 305 300 <trigger> … … 309 304 </SimpleNotification> 310 305 311 <SimpleNotification message="shot" >306 <SimpleNotification message="shot" broadcast="true"> 312 307 <events> 313 308 <trigger> … … 316 311 </events> 317 312 </SimpleNotification> 313 314 318 315 319 316
Note: See TracChangeset
for help on using the changeset viewer.