Changeset 11623
- Timestamp:
- Dec 4, 2017, 2:34:08 PM (7 years ago)
- Location:
- code/branches/SOBv2_HS17
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/SOBv2_HS17/data/levels/SOB.oxw
r11622 r11623 117 117 118 118 119 <SOBGumba collisionType="dynamic" speed=40 position = "240,0,0">119 <SOBGumbaBoss collisionType="dynamic" speed=40 position = "240,0,0"> 120 120 <attached> 121 121 <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/> … … 125 125 <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" /> 126 126 </collisionShapes> 127 </SOBGumba >127 </SOBGumbaBoss> 128 128 129 129 <SOBGumba collisionType="dynamic" speed=30 position = "420,0,0"> -
code/branches/SOBv2_HS17/src/modules/superorxobros/CMakeLists.txt
r11556 r11623 13 13 SOBCastlestone.cc 14 14 SOBCoin.cc 15 SOBGumbaBoss.cc 15 16 16 17 ) -
code/branches/SOBv2_HS17/src/modules/superorxobros/SOBPrereqs.h
r11416 r11623 76 76 class SOBHUDInfo; 77 77 class SOBGumba; 78 class SOBGumbaBoss; 78 79 class SOBFlagstone; 79 80 class SOBCastlestone;
Note: See TracChangeset
for help on using the changeset viewer.