Changeset 4190 for data/branches/presentation
- Timestamp:
- Jul 5, 2006, 2:11:33 PM (18 years ago)
- Location:
- data/branches/presentation
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
data/branches/presentation/scripts/floorguy.lua
r4178 r4190 19 19 flybyZ = flyby:getAbsCoorZ() 20 20 21 if time < -1 and time > -2then21 if time < 0 and time > -0.4 then 22 22 flyby:fire(true) 23 23 end -
data/branches/presentation/worlds/sp_level_ambush_at_uranus.oxw
r4189 r4190 405 405 </SpaceShip> 406 406 407 <!-- 407 408 408 <Gate> <name>Hypergate</name> 409 409 <scale>300.0</scale> … … 411 411 <abs-coor>6000, 0, -1700</abs-coor> 412 412 </Gate> 413 -->414 413 <!-- 415 414 <TurbineHover>
Note: See TracChangeset
for help on using the changeset viewer.