Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 4094


Ignore:
Timestamp:
Jul 4, 2006, 2:17:39 PM (18 years ago)
Author:
bensch
Message:

more level-stuff

Location:
data/branches/presentation
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • data/branches/presentation/scripts/spaceship_flight.lua

    r4090 r4094  
    11-- Global Variables
    22thisscript:addObject("GameWorld", "Ambush_at_Jupiter")
    3 
     3thisscript:addObject("Spacecraft2D", "SPACE_CRAFT")
    44
    55
     
    88
    99 Ambush_at_Jupiter:setPlaymode("Horizontal")
     10 SPACE_CRAFT:setAirFriction(2.0)
    1011
    1112 return true
  • data/branches/presentation/worlds/sp_level_ambush_at_jupiter.oxw

    r4090 r4094  
    123123     <file>spaceship_flight.lua</file>
    124124     <function>tick</function>
    125      <abs-coor>1300, -21.959781, -1695</abs-coor>
     125     <abs-coor>2500, -21.959781, -1695</abs-coor>
    126126     <radius>100</radius>
    127127     <worldentity>SPACE_CRAFT</worldentity>
     
    249249      <travel-speed>20</travel-speed>
    250250      <travel-height>5</travel-height>
     251      <travel-distance>10, 10</travel-distance>
    251252    </Spacecraft2D>
    252253
Note: See TracChangeset for help on using the changeset viewer.