Changeset 11152 for code/branches/plehmannFS16/data/levels
- Timestamp:
- Mar 24, 2016, 3:54:06 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/plehmannFS16/data/levels/scriptController.oxw
r10622 r11152 54 54 </StaticEntity> 55 55 56 57 <StaticEntity position = "3000,0,0" mass=10000 collisionType=static > 58 <attached> 59 <Model mesh="cube_green.mesh" mass=10 position="0,0,0" scale=10 /> 60 </attached> 61 </StaticEntity> 62 63 <StaticEntity position = "2000,0,0" mass=10000 collisionType=static > 64 <attached> 65 <Model mesh="cube_green.mesh" mass=10 position="0,0,0" scale=10 /> 66 </attached> 67 </StaticEntity> 68 69 <StaticEntity position = "2500,500,0" mass=10000 collisionType=static > 70 <attached> 71 <Model mesh="cube_green.mesh" mass=10 position="0,0,0" scale=10 /> 72 </attached> 73 </StaticEntity> 74 56 75 <!-- ControllerDirector waits for the event takeControl to attach a new Controller --> 57 <ControllerDirector position="0,0,0" scriptname=" presentation">76 <ControllerDirector position="0,0,0" scriptname="testscript"> 58 77 <events> 59 78 <takeControl>
Note: See TracChangeset
for help on using the changeset viewer.