Changeset 11027 for code/branches/fabienHS15/data/levels
- Timestamp:
- Jan 3, 2016, 5:48:18 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/data/levels/notifications.oxw
r9348 r11027 19 19 <?lua include("includes/notifications.oxi") ?> 20 20 21 <NotificationQueueCEGUI 22 name="narrative" 23 targets="simpleNotification,commandNotification" 24 size=3 25 displayTime=3.9 26 position="0.2, 0, 0.1, 0" 27 fontSize="23" 28 fontColor="0.3, 1, 0.2, 0.8" 29 alignment="HorzCentred" 30 displaySize="0.6, 0, 0, 0" 31 /> 32 21 33 <Scene 22 34 ambientlight = "0.5, 0.5, 0.5" … … 25 37 26 38 <Light type=directional position="0,0,0" direction="0.253, 0.593, -0.765" diffuse="1.0, 0.9, 0.9, 1.0" specular="1.0, 0.9, 0.9, 1.0" /> 39 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff /> 27 40 28 <CommandNotification preMessage="Open the PickupInventory by pressing '" postMessage="'." command="OrxonoxOverlay toggleVisibilityPickupInventory">41 <CommandNotification preMessage="Open the PickupInventory by pressing '" postMessage="'." command="OrxonoxOverlay show PickupInventory"> 29 42 <events> 30 43 <trigger> … … 44 57 <Billboard position="0,0,100" colour="1.0,0,1.0" material="Examples/Flare" /> 45 58 46 <?lua47 for i = 1, 10, 1 do48 ?>49 <SpawnPoint position="<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>,<?lua print(math.random() * 1000 - 500) ?>" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipassff />50 <?lua end ?>51 52 59 </Scene> 53 60 </Level>
Note: See TracChangeset
for help on using the changeset viewer.