Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 20, 2017, 3:11:07 PM (7 years ago)
Author:
zarron
Message:

fireing Fireballs enabled

File:
1 edited

Legend:

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

    r11569 r11573  
    6464        </Template>
    6565
    66 
    67 
     66                                        <!--Test Fireball-->
     67
     68
     69        <Template name=fireball>
     70                <SOBFireball collisionType="dynamic" speed=80>
     71                        <attached>
     72                                <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/>
     73                               
     74                        </attached>
     75                        <collisionShapes>
     76                                <SphereCollisionShape position="0,0,0" halfExtents="5,5,5" />                   
     77                        </collisionShapes>
     78                </SOBFireball>
     79        </Template>
    6880
    6981
     
    99111                        </MovableEntity>
    100112
    101                                         <!--Test Fireball-->
    102 
    103 
    104 
    105                                         <SOBFireball collisionType="dynamic" speed=80 position = "10,0,40">
    106                                                 <attached>
    107                                                         <Model mesh="planets/sol.mesh" position="0,0,0" scale=3 pitch=90/>
    108                                                        
    109                                                 </attached>
    110                                                 <collisionShapes>
    111                                                         <SphereCollisionShape position="0,0,0" halfExtents="5,5,5" />                   
    112                                                 </collisionShapes>
    113                                         </SOBFireball>
    114113
    115114
Note: See TracChangeset for help on using the changeset viewer.