Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

Last change on this file since 4193 was 4147, checked in by bensch, 19 years ago

turrets on the rocks

File size: 325 bytes
RevLine 
[3919]1-- Global Variables
[4114]2thisscript:addObject("GameWorld", "Ambush_at_Uranus")
[4094]3thisscript:addObject("Spacecraft2D", "SPACE_CRAFT")
[3905]4
5
6
[3919]7function tick(timestep)
8
[4114]9 Ambush_at_Uranus:setPlaymode("Horizontal")
[4147]10 Ambush_at_Uranus:setSoundtrack("sound/music/00-luke_grey_-_hypermode.ogg")
[4109]11 SPACE_CRAFT:setAirFriction(3.0)
[3919]12
[4090]13 return true
[3919]14end
Note: See TracBrowser for help on using the repository browser.