Changeset 8556 for code/branches/presentation/data/levels/pickups.oxw
- Timestamp:
- May 23, 2011, 11:40:58 PM (13 years ago)
- Location:
- code/branches/presentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation
- Property svn:mergeinfo changed
/code/branches/pickup (added) merged: 8255,8375,8381,8422,8433,8486,8489,8502,8534-8536,8543,8554-8555
- Property svn:mergeinfo changed
-
code/branches/presentation/data/levels/pickups.oxw
r7679 r8556 190 190 </PickupSpawner> 191 191 192 <PickupSpawner position="-25,-50,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 193 <pickup> 194 <ShrinkPickup template ="smallshrinkpickup"/> 195 </pickup> 196 </PickupSpawner> 197 198 <PickupSpawner position="0,-50,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 199 <pickup> 200 <ShrinkPickup template ="mediumshrinkpickup"/> 201 </pickup> 202 </PickupSpawner> 203 204 <PickupSpawner position="25,-50,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 205 <pickup> 206 <ShrinkPickup template ="hugeshrinkpickup"/> 207 </pickup> 208 </PickupSpawner> 209 210 <!--StaticEntity position="0,-200,0" direction="0,-1,0" collisionType=static mass=500 friction=0.01 > 211 <attached> 212 <Model position="0,0,0" mesh="cube.mesh" scale3D="10,10,10" /> 213 </attached> 214 <collisionShapes> 215 <BoxCollisionShape position="0,0,0" halfExtents="10,10,10" /> 216 </collisionShapes> 217 </StaticEntity--> 218 192 219 </Scene> 193 220 </Level>
Note: See TracChangeset
for help on using the changeset viewer.