Changeset 11393 for code/branches/Dialogue_FS17/data
- Timestamp:
- Apr 6, 2017, 3:40:23 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Dialogue_FS17/data/levels/emptyLevel.oxw
r11377 r11393 29 29 skybox = "Orxonox/Starbox" 30 30 > 31 <DialogueManager question="Wazzup"> 32 </DialogueManager> 31 <DistanceTrigger name="test" position="0,0,0" target="Pawn" distance=25 stayActive="true"/> 32 <Backlight position="0,0,0" visible=true frequency=0.6 amplitude=3 material="Flares/lensflare" colour="1,0,0"/> 33 <DialogueManager question="Hello World3"> 34 <events> 35 <execute> 36 <EventListener event="test" /> 37 </execute> 38 </events> 39 </DialogueManager> 40 41 <!--<DialogueManager firstquestion="hello world"> 42 <options> 43 <NextQuestion answer="ja" question="question?"> 44 <options> 45 <NextQuestion answer="" question=""> 46 </NextQuestion> 47 </options> 48 </NextQuestion> 49 <events> 50 <execute> 51 <EventListener event="test" /> 52 </execute> 53 </events> 54 </DialogueManager> 55 --> 56 57 33 58 <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"/> 34 59 <SpawnPoint team=0 position="-200,0,0" lookat="0,0,0" spawnclass=SpaceShip pawndesign=spaceshipescort />
Note: See TracChangeset
for help on using the changeset viewer.