Changeset 4114 for data/branches/presentation/scripts
- Timestamp:
- Jul 4, 2006, 6:07:03 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/presentation/scripts/spaceship_flight.lua
r4109 r4114 1 1 -- Global Variables 2 thisscript:addObject("GameWorld", "Ambush_at_ Jupiter")2 thisscript:addObject("GameWorld", "Ambush_at_Uranus") 3 3 thisscript:addObject("Spacecraft2D", "SPACE_CRAFT") 4 4 … … 7 7 function tick(timestep) 8 8 9 Ambush_at_ Jupiter:setPlaymode("Horizontal")9 Ambush_at_Uranus:setPlaymode("Horizontal") 10 10 SPACE_CRAFT:setAirFriction(3.0) 11 11
Note: See TracChangeset
for help on using the changeset viewer.