Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 29, 2018, 3:37:15 PM (7 years ago)
Author:
jacobsr
Message:

changed internal variables 2nd part2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/OrxyRoad_FS18/data/levels/OrxyRoad.oxw

    r11835 r11839  
    33 description = "Try to come as far as possible"
    44 tags = "minigame"
    5  screenshot = "DodgeRace.png"
     5 screenshot = "OrxyRoad.png"
    66/>
    77<?lua
     
    1313  include("templates/spaceshipAssff2.oxt")
    1414  include("templates/spaceshipPirate.oxt")
    15   include("templates/spaceshipDodgeRace.oxt")
     15  include("templates/spaceshipOrxyRoad.oxt")
    1616  include("templates/enemyInvader.oxt")
    17   include("templates/DodgeRacePattern.oxt")
    18   include("overlays/DodgeRaceHUD.oxo")
     17  include("templates/OrxyRoadPattern.oxt")
     18  include("overlays/OrxyRoadHUD.oxo")
    1919?>
    2020
    2121<Level
    2222  plugins = dodgerace
    23   gametype = DodgeRace
     23  gametype = OrxyRoad
    2424>
    2525  <templates>
     
    4343    <!-- <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0"/> -->
    4444    <Light type=directional position="-100, 10000, -700" lookat="0.2, -1, 0" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" />
    45     <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=DodgeRaceShip pawndesign=spaceshipdodgerace />
     45    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=OrxyRoadShip pawndesign=spaceshipdodgerace />
    4646
    4747    <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=10 stayActive="true" delay=0 />
    4848
    4949
    50     <DodgeRaceCenterPoint name=invadercenter />
     50    <OrxyRoadCenterPoint name=invadercenter />
    5151 
    5252  <StaticEntity position="0,-50,0" direction="0,0,0"   scale="1" collisionType=static mass=1 friction=0.01 >
Note: See TracChangeset for help on using the changeset viewer.