- Timestamp:
- Dec 18, 2013, 11:43:30 AM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 6 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13
-
code/branches/presentationHS13/data/levels/missionOne.oxw
r9798 r9922 1 <!----> 1 2 <LevelInfo 2 3 name = "Mission One" -
code/branches/presentationHS13/data/levels/quests.oxw
r9016 r9922 1 <!-- --> 1 2 <LevelInfo 2 3 name = "Quests showcase" -
code/branches/presentationHS13/data/levels/templates/spaceshipHXYSL.oxt
r8858 r9922 25 25 <attached> 26 26 <Model position="0,0,0" yaw=180 pitch=-90 roll=0 scale=4 mesh="HXY.mesh" /> 27 <DistanceTriggerBeacon name="player" /> 27 28 </attached> 28 29 <collisionShapes> -
code/branches/presentationHS13/src/modules/overlays/OverlaysPrereqs.h
r9526 r9922 80 80 class BarColour; 81 81 class ChatOverlay; 82 class CountDown; 82 83 class DeathMessage; 83 84 class GametypeFadingMessage; -
code/branches/presentationHS13/src/modules/overlays/hud/CMakeLists.txt
r9348 r9922 18 18 PauseNotice.cc 19 19 LastTeamStandingInfos.cc 20 CountDown.cc 20 21 )
Note: See TracChangeset
for help on using the changeset viewer.