Changeset 5989
- Timestamp:
- Oct 23, 2009, 1:17:42 PM (15 years ago)
- Location:
- code/trunk/data/levels
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/levels/templates/spaceship_ghost.oxt
r5988 r5989 44 44 <CameraPosition position="0,50,200" drag=true mouselook=true /> 45 45 </camerapositions> 46 47 <?lua 48 include("includes/weaponsettings_ghost.oxi") 49 ?> 50 46 51 </SpaceShip> 47 52 </Template> … … 62 67 accelerationupdown = 100 63 68 > 69 64 70 65 71 <forward> -
code/trunk/data/levels/test_ghost.oxw
r5988 r5989 3 3 include("stats.oxo") 4 4 include("templates/spaceship_ghost.oxt") 5 include("templates/spaceship_ H2.oxt")5 include("templates/spaceship_pirate.oxt") 6 6 ?> 7 7
Note: See TracChangeset
for help on using the changeset viewer.