Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/presentation/scripts/spaceship_flight.lua @ 4103

Last change on this file since 4103 was 4094, checked in by bensch, 18 years ago

more level-stuff

File size: 251 bytes
Line 
1-- Global Variables
2thisscript:addObject("GameWorld", "Ambush_at_Jupiter")
3thisscript:addObject("Spacecraft2D", "SPACE_CRAFT")
4
5
6
7function tick(timestep)
8
9 Ambush_at_Jupiter:setPlaymode("Horizontal")
10 SPACE_CRAFT:setAirFriction(2.0)
11
12 return true
13end
Note: See TracBrowser for help on using the repository browser.