Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 12070


Ignore:
Timestamp:
Oct 31, 2018, 11:39:26 AM (5 years ago)
Author:
emustafa
Message:

OrxoKart uses OrxoKartKart and not HoverShip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxoKart_HS18/data/levels/OrxoKart1.oxw

    r12065 r12070  
    1414<?lua
    1515  include("templates/spaceshipPirate.oxt")
    16   include("templates/spaceshipHover.oxt")
     16  include("templates/OrxoKartKart.oxt")
    1717  include("overlays/HoverHUD.oxo")
    1818?>
     
    2626N = 11
    2727--scaling factor
    28 S = 150
     28S = 80
    2929
    3030MAP_ORIGIN = "0,0,0"
     
    398398      lookat="0,40,0"
    399399      spawnclass=HoverShip
    400       pawndesign=spaceshiphover
     400      pawndesign=OrxoKartKart
    401401    />
    402402   
Note: See TracChangeset for help on using the changeset viewer.