Changeset 5448
- Timestamp:
- Apr 2, 2009, 8:37:25 PM (16 years ago)
- Location:
- data/media
- Files:
-
- 1 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/levels/hudtemplates3.oxw
r5410 r5448 1 <!-- 1 2 <Template name="defaultHUD"> 2 <OverlayGroup name = " chatoverlay" scale = "1, 1">3 <OverlayGroup name = "defaultHUD" scale = "1, 1"> 3 4 <ChatOverlay 4 5 name = "chat" … … 19 20 </OverlayGroup> 20 21 </Template> 22 --> 21 23 22 24 <Template name="spectatorhud"> … … 26 28 27 29 <Template name="spaceshiphud"> 28 <OverlayGroup name = " HUD" scale = "1, 1">30 <OverlayGroup name = "spaceshiphud" scale = "1, 1"> 29 31 <HUDHealthBar 30 32 name = "HealthBar1" -
data/media/levels/presentation_pong.oxw
r5437 r5448 2 2 include("levels/hudtemplates3.oxw") 3 3 include("overlay/stats.oxo") 4 include("levels/ spaceshiptemplates_presentation.oxw")4 include("levels/ponghud.oxw") 5 5 ?> 6 6 … … 51 51 for i = 1, 10, 1 52 52 do ?> 53 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff/>53 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" /> 54 54 <?lua 55 55 end -
data/media/overlay/debug.oxo
r5411 r5448 44 44 45 45 <Template name="defaultHUD"> 46 <OverlayGroup name = " chatoverlay" scale = "1, 1">46 <OverlayGroup name = "defaultHUD" scale = "1, 1"> 47 47 <ChatOverlay 48 48 name = "chat"
Note: See TracChangeset
for help on using the changeset viewer.