Changeset 8706 for code/trunk/data/levels/pickups.oxw
- Timestamp:
- Jun 14, 2011, 8:53:28 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/levels/pickups.oxw
r7679 r8706 23 23 <Template link=lodtemplate_default /> 24 24 </templates> 25 <?lua include("includes/notifications.oxi") ?> 25 26 26 27 <Scene … … 190 191 </PickupSpawner> 191 192 193 <PickupSpawner position="-25,-50,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 194 <pickup> 195 <ShrinkPickup template ="smallshrinkpickup"/> 196 </pickup> 197 </PickupSpawner> 198 199 <PickupSpawner position="0,-50,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 200 <pickup> 201 <ShrinkPickup template ="mediumshrinkpickup"/> 202 </pickup> 203 </PickupSpawner> 204 205 <PickupSpawner position="25,-50,-125" respawnTime="60" triggerDistance="20" maxSpawnedItems="5"> 206 <pickup> 207 <ShrinkPickup template ="hugeshrinkpickup"/> 208 </pickup> 209 </PickupSpawner> 210 211 <!--StaticEntity position="0,-200,0" direction="0,-1,0" collisionType=static mass=500 friction=0.01 > 212 <attached> 213 <Model position="0,0,0" mesh="cube.mesh" scale3D="10,10,10" /> 214 </attached> 215 <collisionShapes> 216 <BoxCollisionShape position="0,0,0" halfExtents="10,10,10" /> 217 </collisionShapes> 218 </StaticEntity--> 219 192 220 </Scene> 193 221 </Level>
Note: See TracChangeset
for help on using the changeset viewer.