Changeset 8194 for code/branches/dockingsystem/data
- Timestamp:
- Apr 6, 2011, 12:07:29 PM (14 years ago)
- Location:
- code/branches/dockingsystem
- Files:
-
- 3 edited
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dockingsystem
- Property svn:mergeinfo changed
/code/branches/lastmanstanding3 (added) merged: 7903,8155,8165,8170-8175 /code/branches/tetris (added) merged: 8104-8107 /code/trunk (added) merged: 8108,8178-8179,8193
- Property svn:mergeinfo changed
-
code/branches/dockingsystem/data/levels/lastManStanding.oxw
r8079 r8194 1 <LevelInfo 2 name = "Last Man Standing" 3 description = "Be the sole survivor." 4 tags = "" 5 /> 6 1 7 <?lua 2 8 include("stats.oxo") … … 38 44 39 45 <!-- ------------ middle asteroid -------------- --> 40 <StaticEntity position="0,20,0" collisionType=static> 41 <attached> 42 <Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true /> 43 <!-- ParticleEmitter position="0,0,0" source="Orxonox/Steam" / --> 44 </attached> 45 <collisionShapes> 46 <SphereCollisionShape radius="145" /> 47 </collisionShapes> 46 <StaticEntity position="0,0,0" collisionType=static> 47 <attached> 48 <MovableEntity position="0,20,0" rotationrate="-4.5" rotationaxis="0,1,0" > 49 <attached> 50 <Model position="0,0,0" scale=140 mesh="asteroid_UV.mesh" shadow=true /> 51 <Model position="-160,40,28.4" scale=1 mesh="sphere.mesh" /><!--EasterEgg indicator--> 52 <PickupSpawner position="-160,40,17" triggerDistance="20" respawnTime="5" maxSpawnedItems="15"><!--EasterEgg--> 53 <pickup> 54 <InvisiblePickup template=hugeinvisiblepickup /> 55 </pickup> 56 </PickupSpawner> 57 </attached> 58 </MovableEntity> 59 </attached> 60 <collisionShapes> 61 <SphereCollisionShape radius="145" /> 62 </collisionShapes> 48 63 </StaticEntity> 49 64 50 <PickupSpawner position="-160,65,10" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"><!--EasterEgg-->51 <pickup>52 <InvisiblePickup template=mediuminvisiblepickup />53 </pickup>54 </PickupSpawner>55 <PickupSpawner position="-160,60,17" triggerDistance="10" respawnTime="5" maxSpawnedItems="10"><!--EasterEgg-->56 <pickup>57 <InvisiblePickup template=hugeinvisiblepickup />58 </pickup>59 </PickupSpawner>60 <StaticEntity position="-160,60,28.4"><!--EasterEgg-Indicator-->61 <attached>62 <Model position="0,0,0" scale=1 mesh="sphere.mesh" />63 </attached>64 </StaticEntity>65 65 66 66 <!-- ---------------asteroid dome----------------- --> … … 138 138 139 139 140 <?lua end ?> 140 <?lua end ?><!-- ---------------asteroid dome END-------------------> 141 141 142 142 </Scene> -
code/branches/dockingsystem/data/overlays/lastManStandingHUD.oxo
r7679 r8194 65 65 /> 66 66 67 < OverlayText67 <!--OverlayText 68 68 position = "0.02, 0.07" 69 69 pickpoint = "0.0, 0.0" … … 93 93 align = "left" 94 94 caption = "|" 95 / >95 /--> 96 96 97 97 </OverlayGroup>
Note: See TracChangeset
for help on using the changeset viewer.