Changeset 12070 for code/branches/OrxoKart_HS18
- Timestamp:
- Oct 31, 2018, 11:39:26 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/data/levels/OrxoKart1.oxw
r12065 r12070 14 14 <?lua 15 15 include("templates/spaceshipPirate.oxt") 16 include("templates/ spaceshipHover.oxt")16 include("templates/OrxoKartKart.oxt") 17 17 include("overlays/HoverHUD.oxo") 18 18 ?> … … 26 26 N = 11 27 27 --scaling factor 28 S = 15028 S = 80 29 29 30 30 MAP_ORIGIN = "0,0,0" … … 398 398 lookat="0,40,0" 399 399 spawnclass=HoverShip 400 pawndesign= spaceshiphover400 pawndesign=OrxoKartKart 401 401 /> 402 402
Note: See TracChangeset
for help on using the changeset viewer.