Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 15, 2014, 2:13:41 PM (10 years ago)
Author:
richtero
Message:

initial 15.10.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/minigame4DHS14/data/levels/4Dtest.oxw

    r10088 r10090  
    1010  include("HUDTemplates3.oxo")
    1111  include("templates/lodInformation.oxt")
     12  include("templates/spaceshipAssff.oxt")
     13  include("templates/spaceshipPirate.oxt")
     14  include("templates/spaceshipSpacecruiser.oxt")
     15  include("templates/spaceshipTransporter.oxt")
    1216?>
    1317<WorldAmbientSound source="Asteroid_rocks.ogg" looping="true" playOnLoad="true" />
    1418
    15 <?lua
    16   include("templates/spaceshipAssff.oxt")
    17   include("templates/spaceshipPirate.oxt")
    18 ?>
    1919
    2020<Level
     
    3636    <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />
    3737
    38     <!-- Planet in the middle -->
     38        <!-- Blinking Slot Selector -->
     39        <BlinkingBillboard position="0,0,0" frequency=0.6 amplitude=0.4 material="Flares/lensflare" colour="1,1,0.05">
     40          <events>
     41            <visibility>
     42              <EventTrigger invert=true>
     43                <events>
     44                  <trigger>
     45                    <EventListener event=flying4 />
     46                  </trigger>
     47                </events>
     48              </EventTrigger>
     49            </visibility>
     50          </events>
     51        </BlinkingBillboard>
     52
     53    <!-- Planet in the middle
    3954    <Planet
    4055      position="0,0,0"
     
    5368    >
    5469    </Planet>
     70     -->
    5571
    5672
Note: See TracChangeset for help on using the changeset viewer.