Changeset 9344 for code/branches
- Timestamp:
- Aug 30, 2012, 2:39:35 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/data/levels/pong.oxw
r9343 r9344 57 57 <?lua include("includes/notifications.oxi") ?> 58 58 59 <!--WorldAmbientSound source="Ganymede.ogg" playOnLoad=true looping=true /-->60 59 <WorldAmbientSound source="Ganymede.ogg" looping="true" playOnLoad="true"/> 61 60 <PongBot /> … … 92 91 <ParticleSpawner name=scoreeffect_left position="-120,0,-45" source="Orxonox/sparks2" lifetime=0.1 autostart=0 /> 93 92 94 <WorldSound name="scoreSound" position="0,0,0" source="Earth.ogg" > 93 <!-- TODO: Create a Pong Score Sound and include it here. 94 This WorldSound works, but doesn't make sense, since it is played together with ambient/moodDependedDirectory/Ganymede.ogg --> 95 <!--WorldSound name="scoreSound" position="0,0,0" source="ambient/default/Earth.ogg" > 95 96 <events> 96 97 <play> … … 98 99 </play> 99 100 </events> 100 </WorldSound >101 </WorldSound--> 101 102 102 103 <?lua
Note: See TracChangeset
for help on using the changeset viewer.