Changeset 11772 for code/branches/Presentation_HS17_merge/data/levels
- Timestamp:
- Feb 18, 2018, 5:49:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Presentation_HS17_merge/data/levels/SOB.oxw
r11766 r11772 7 7 8 8 <?lua 9 include("HUDTemplates3.oxo")10 include("jumpHUD.oxo")11 9 include("stats.oxo") 12 10 include("templates/lodInformation.oxt") … … 80 78 81 79 <Template name=gumbaShootable> 82 <SOBGumba BosscollisionType="dynamic" speed=60>80 <SOBGumba collisionType="dynamic" speed=60> 83 81 <attached> 84 82 <Model mesh="Goomba.mesh" position="0,0,1" scale=3 pitch=90/> … … 87 85 <BoxCollisionShape position="0,0,0" halfExtents="5,5,3" /> 88 86 </collisionShapes> 89 </SOBGumba Boss>87 </SOBGumba> 90 88 </Template> 91 89
Note: See TracChangeset
for help on using the changeset viewer.