Changeset 4723 for data/trunk
- Timestamp:
- Jan 31, 2007, 8:35:10 AM (18 years ago)
- Location:
- data/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/trunk/levels/vertical_scroller.oxw
r4722 r4723 384 384 <name>Ragnar02</name> 385 385 <model>models/spaceships/pirates_spaceship_ragnar.obj,6</model> 386 <abs-coor>7000, 0, - 500</abs-coor>387 <abs-dir> 1,5,0,1,0 </abs-dir>386 <abs-coor>7000, 0, -450</abs-coor> 387 <abs-dir> 3.14,0,1,0 </abs-dir> 388 388 <team>3</team> 389 389 <swarm>1</swarm> … … 467 467 <Track> 468 468 <mode>0</mode> 469 <speed> 50</speed>469 <speed>100</speed> 470 470 <addPoint>0,0,0</addPoint> 471 471 <addPoint>1000,0,200</addPoint> -
data/trunk/scripts/vertical_scroller/vs1.lua
r4722 r4723 227 227 Ragnar02:setAI(true) 228 228 bossFight = true 229 cameraManager:setRelCoorSoft("GameWorld-Camera", -0.05, 120, 0 )229 cameraManager:setRelCoorSoft("GameWorld-Camera", -0.05, 120, 0, 20) 230 230 Player:pause(true) 231 231 return true
Note: See TracChangeset
for help on using the changeset viewer.