Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 13, 2017, 4:07:13 PM (6 years ago)
Author:
zarron
Message:

Fireball implemented, Physics are crazy at the moment

File:
1 edited

Legend:

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

    r11535 r11556  
    1414        ?>
    1515
    16                                         <!--THEO-->
    1716
    1817
     
    10099                        </MovableEntity>
    101100
    102 
    103                                         <!--Gumba-->
     101                                        <!--Test Fireball-->
     102
     103
     104
     105                                        <SOBFireball collisionType="dynamic" speed=40 position = "20,0,100">
     106                                                <attached>
     107                                                        <Model mesh="planets/sol.mesh" position="0,0,1" scale=3 pitch=90/>
     108                                                       
     109                                                </attached>
     110                                                <collisionShapes>
     111                                                        <BoxCollisionShape position="0,0,0" halfExtents="5,5,5" />                     
     112                                                </collisionShapes>
     113                                        </SOBFireball>
     114
     115
     116
     117
     118                                        <!--Gumba
    104119
    105120                                        <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0">
     
    112127                                                </collisionShapes>
    113128                                        </SOBGumba>
     129                                Gumba-->
    114130                                        <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0">
    115131                                                <attached>
     
    231247                                                </collisionShapes>
    232248                                        </StaticEntity>
    233 
    234 
    235 
    236                                        
    237 
    238249
    239250
Note: See TracChangeset for help on using the changeset viewer.