Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 27, 2017, 2:21:11 PM (6 years ago)
Author:
varxth
Message:

Collisionshape of fireball

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/SOBv2_HS17/data/levels/SOB.oxw

    r11573 r11597  
    6464        </Template>
    6565
    66                                         <!--Test Fireball-->
    67 
    6866
    6967        <Template name=fireball>
    70                 <SOBFireball collisionType="dynamic" speed=80>
     68                <SOBFireball collisionType="dynamic" speed=90>
    7169                        <attached>
    7270                                <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/>
     
    7472                        </attached>
    7573                        <collisionShapes>
    76                                 <SphereCollisionShape position="0,0,0" halfExtents="5,5,5" />                   
     74                                <SphereCollisionShape position="0,0,0" radius="3" />                   
    7775                        </collisionShapes>
    7876                </SOBFireball>
Note: See TracChangeset for help on using the changeset viewer.