Changeset 11839 for code/branches/OrxyRoad_FS18/data
- Timestamp:
- Mar 29, 2018, 3:37:15 PM (7 years ago)
- Location:
- code/branches/OrxyRoad_FS18/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxyRoad_FS18/data/levels/OrxyRoad.oxw
r11835 r11839 3 3 description = "Try to come as far as possible" 4 4 tags = "minigame" 5 screenshot = " DodgeRace.png"5 screenshot = "OrxyRoad.png" 6 6 /> 7 7 <?lua … … 13 13 include("templates/spaceshipAssff2.oxt") 14 14 include("templates/spaceshipPirate.oxt") 15 include("templates/spaceship DodgeRace.oxt")15 include("templates/spaceshipOrxyRoad.oxt") 16 16 include("templates/enemyInvader.oxt") 17 include("templates/ DodgeRacePattern.oxt")18 include("overlays/ DodgeRaceHUD.oxo")17 include("templates/OrxyRoadPattern.oxt") 18 include("overlays/OrxyRoadHUD.oxo") 19 19 ?> 20 20 21 21 <Level 22 22 plugins = dodgerace 23 gametype = DodgeRace23 gametype = OrxyRoad 24 24 > 25 25 <templates> … … 43 43 <!-- <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"/> --> 44 44 <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 /> 46 46 47 47 <DistanceTrigger name="start" position="-200,0,0" target="Pawn" distance=10 stayActive="true" delay=0 /> 48 48 49 49 50 < DodgeRaceCenterPoint name=invadercenter />50 <OrxyRoadCenterPoint name=invadercenter /> 51 51 52 52 <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 4 4 </Template> 5 5 6 <Template name=" DodgeRaceHUD">7 <OverlayGroup name=" DodgeRaceHUD" scale = "1, 1">6 <Template name="OrxyRoadHUD"> 7 <OverlayGroup name="OrxyRoadHUD" scale = "1, 1"> 8 8 9 9 <OverlayText … … 17 17 /> 18 18 19 < DodgeRaceHUDinfo19 <OrxyRoadHUDinfo 20 20 position = "0.14, 0.02" 21 21 pickpoint = "0.0, 0.0"
Note: See TracChangeset
for help on using the changeset viewer.