Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 11839


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

changed internal variables 2nd part2

Location:
code/branches/OrxyRoad_FS18/data
Files:
2 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 >
  • code/branches/OrxyRoad_FS18/data/overlays/OrxyRoadHUD.oxo

    r11836 r11839  
    44</Template>
    55
    6 <Template name="DodgeRaceHUD">
    7   <OverlayGroup name="DodgeRaceHUD" scale = "1, 1">
     6<Template name="OrxyRoadHUD">
     7  <OverlayGroup name="OrxyRoadHUD" scale = "1, 1">
    88
    99    <OverlayText
     
    1717    />
    1818
    19     <DodgeRaceHUDinfo
     19    <OrxyRoadHUDinfo
    2020     position  = "0.14, 0.02"
    2121     pickpoint = "0.0, 0.0"
Note: See TracChangeset for help on using the changeset viewer.