Changeset 7579 for code/branches/lastmanstanding/data
- Timestamp:
- Oct 22, 2010, 4:19:40 PM (14 years ago)
- Location:
- code/branches/lastmanstanding/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/lastmanstanding/data/levels/gametype_lastmanstanding.oxw
r7573 r7579 3 3 include("hudtemplates3.oxo") 4 4 include("templates/lodinformation.oxt") 5 include("lastmanstandinghud.oxo") 5 6 ?> 6 7 … … 103 104 <!--ParticleEmitter position="0,0,0" source="Orxonox/Steam" /--> 104 105 </attached> 106 107 <!--collisionShapes> 108 <BoxCollisionShape position="<?lua print(y) ?>,0,<?lua print(z) ?>" halfExtents="50, 200, 50" /> 109 </collisionShapes--> 110 105 111 </MovableEntity> 106 112 -
code/branches/lastmanstanding/data/overlays/dynamicmatchhud.oxo
r7163 r7579 16 16 position = "0.5, 0.05" 17 17 font = "VeraMono" 18 textsize = 0.0 418 textsize = 0.033 19 19 colour = "1.0, 1.0, 0.5, 1.0" 20 20 align = "center" 21 21 /> 22 22 23 </OverlayGroup> 23 24 </Template>
Note: See TracChangeset
for help on using the changeset viewer.