source:
data/branches/presentation/scripts/spaceship_flight.lua
@
4091
Last change on this file since 4091 was 4090, checked in by bensch, 19 years ago | |
---|---|
File size: 167 bytes |
Rev | Line | |
---|---|---|
[3919] | 1 | -- Global Variables |
[4090] | 2 | thisscript:addObject("GameWorld", "Ambush_at_Jupiter") |
[3905] | 3 | |
4 | ||
5 | ||
[3919] | 6 | |
7 | function tick(timestep) | |
8 | ||
[4090] | 9 | Ambush_at_Jupiter:setPlaymode("Horizontal") |
[3919] | 10 | |
[4090] | 11 | return true |
[3919] | 12 | end |
Note: See TracBrowser
for help on using the repository browser.