Changeset 11597 for code/branches/SOBv2_HS17/data
- Timestamp:
- Nov 27, 2017, 2:21:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/data/levels/SOB.oxw
r11573 r11597 64 64 </Template> 65 65 66 <!--Test Fireball-->67 68 66 69 67 <Template name=fireball> 70 <SOBFireball collisionType="dynamic" speed= 80>68 <SOBFireball collisionType="dynamic" speed=90> 71 69 <attached> 72 70 <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/> … … 74 72 </attached> 75 73 <collisionShapes> 76 <SphereCollisionShape position="0,0,0" halfExtents="5,5,5" />74 <SphereCollisionShape position="0,0,0" radius="3" /> 77 75 </collisionShapes> 78 76 </SOBFireball>
Note: See TracChangeset
for help on using the changeset viewer.