Changeset 5896 for code/branches/core5/data/levels
- Timestamp:
- Oct 6, 2009, 11:12:01 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/core5/data/levels/presentation_pong.oxw
r5891 r5896 46 46 gametype = Pong 47 47 > 48 <AmbientSound soundFile="ambient/mainmenu.wav" playOnLoad=true /> 49 48 50 <Scene 49 51 ambientlight = "0.5, 0.5, 0.5" … … 82 84 <ParticleSpawner name=scoreeffect_left position="-120,0,-30" source="Orxonox/BigExplosion1part2" lifetime=3.0 autostart=0 /> 83 85 <ParticleSpawner name=scoreeffect_left position="-120,0,-45" source="Orxonox/sparks2" lifetime=0.1 autostart=0 /> 86 87 <WorldSound name="scoreSound" position="0,0,0" soundFile="sounds/pong_score.wav" > 88 <events> 89 <play> 90 <EventListener event=pongcenter /> 91 </play> 92 </events> 93 </WorldSound> 84 94 85 95 <?lua
Note: See TracChangeset
for help on using the changeset viewer.