This commit is contained in:
sigonasr2 2024-01-08 02:18:15 -06:00
parent 725a858fab
commit ac8bca2396
7 changed files with 74 additions and 2 deletions

View File

@ -121,7 +121,11 @@
"type": "enum",
"values": [
"None",
"Waterfall"
"Waterfall",
"Birds1",
"Birds2",
"Birds3",
"Birds4"
],
"valuesAsFlags": false
},

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="205" height="205" tilewidth="24" tileheight="24" infinite="0" backgroundcolor="#475500" nextlayerid="10" nextobjectid="168">
<map version="1.10" tiledversion="1.10.1" class="Map" orientation="orthogonal" renderorder="right-down" width="205" height="205" tilewidth="24" tileheight="24" infinite="0" backgroundcolor="#475500" nextlayerid="10" nextobjectid="176">
<properties>
<property name="Background Music" propertytype="BGM" value="foresty1_1"/>
<property name="Level Type" propertytype="LevelType" value="Dungeon"/>
@ -1959,5 +1959,53 @@
</properties>
<point/>
</object>
<object id="168" name="Birds" type="AudioEnvironmentalSound" x="3732" y="3786">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds1"/>
</properties>
<point/>
</object>
<object id="169" name="Birds" type="AudioEnvironmentalSound" x="2244" y="2034">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds3"/>
</properties>
<point/>
</object>
<object id="170" name="Birds" type="AudioEnvironmentalSound" x="1884" y="1992">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds2"/>
</properties>
<point/>
</object>
<object id="171" name="Birds" type="AudioEnvironmentalSound" x="1428" y="2634">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds2"/>
</properties>
<point/>
</object>
<object id="172" name="Birds" type="AudioEnvironmentalSound" x="1998" y="2646">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds3"/>
</properties>
<point/>
</object>
<object id="173" name="Birds" type="AudioEnvironmentalSound" x="3918" y="4308">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds4"/>
</properties>
<point/>
</object>
<object id="174" name="Birds" type="AudioEnvironmentalSound" x="3960" y="3816">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds3"/>
</properties>
<point/>
</object>
<object id="175" name="Birds" type="AudioEnvironmentalSound" x="3510" y="3828">
<properties>
<property name="Sound Name" propertytype="EnvironmentalSounds" value="Birds3"/>
</properties>
<point/>
</object>
</objectgroup>
</map>

View File

@ -5,4 +5,24 @@ Environmental Audio
File = sfx100v2_loop_water_01.ogg
Volume = 100%
}
Birds1
{
File = birds1.ogg
Volume = 100%
}
Birds2
{
File = birds2.ogg
Volume = 100%
}
Birds3
{
File = birds3.ogg
Volume = 100%
}
Birds4
{
File = birds4.ogg
Volume = 100%
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.