Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4723


Ignore:
Timestamp:
Jan 31, 2007, 8:35:10 AM (17 years ago)
Author:
bknecht
Message:

vertical_scroller update

Location:
data/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/trunk/levels/vertical_scroller.oxw

    r4722 r4723  
    384384      <name>Ragnar02</name>
    385385      <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>
    388388      <team>3</team>
    389389      <swarm>1</swarm>
     
    467467      <Track>
    468468        <mode>0</mode>
    469         <speed>50</speed>
     469        <speed>100</speed>
    470470        <addPoint>0,0,0</addPoint>
    471471        <addPoint>1000,0,200</addPoint>
  • data/trunk/scripts/vertical_scroller/vs1.lua

    r4722 r4723  
    227227Ragnar02:setAI(true)
    228228bossFight = true
    229 cameraManager:setRelCoorSoft("GameWorld-Camera", -0.05, 120, 0)
     229cameraManager:setRelCoorSoft("GameWorld-Camera", -0.05, 120, 0, 20)
    230230Player:pause(true)
    231231return true
Note: See TracChangeset for help on using the changeset viewer.