Changeset 4094 for data/branches/presentation/scripts
- Timestamp:
- Jul 4, 2006, 2:17:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/presentation/scripts/spaceship_flight.lua
r4090 r4094 1 1 -- Global Variables 2 2 thisscript:addObject("GameWorld", "Ambush_at_Jupiter") 3 3 thisscript:addObject("Spacecraft2D", "SPACE_CRAFT") 4 4 5 5 … … 8 8 9 9 Ambush_at_Jupiter:setPlaymode("Horizontal") 10 SPACE_CRAFT:setAirFriction(2.0) 10 11 11 12 return true
Note: See TracChangeset
for help on using the changeset viewer.