Aaldert 9 anos atrás
pai
commit
5c776e3d3a
6 arquivos alterados com 6 adições e 2 exclusões
  1. 1 0
      CrystalPoint.vcxproj
  2. 4 1
      CrystalPoint.vcxproj.filters
  3. BIN
      WAVE/Sound.wav
  4. BIN
      WAVE/bond.wav
  5. BIN
      WAVE/jpark.wav
  6. 1 1
      worlds/small.json

+ 1 - 0
CrystalPoint.vcxproj

@@ -210,6 +210,7 @@
     <Media Include="WAVE\Sound.wav" />
     <Media Include="WAVE\test.wav" />
     <Media Include="WAVE\test2.wav" />
+    <Media Include="WAVE\test3.wav" />
   </ItemGroup>
   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
   <ImportGroup Label="ExtensionTargets">

+ 4 - 1
CrystalPoint.vcxproj.filters

@@ -174,13 +174,16 @@
     <Media Include="WAVE\bond.wav">
       <Filter>Resource Files</Filter>
     </Media>
+    <Media Include="WAVE\jpark.wav">
+      <Filter>Resource Files</Filter>
+    </Media>
     <Media Include="WAVE\test.wav">
       <Filter>Resource Files</Filter>
     </Media>
     <Media Include="WAVE\test2.wav">
       <Filter>Resource Files</Filter>
     </Media>
-    <Media Include="WAVE\jpark.wav">
+    <Media Include="WAVE\test3.wav">
       <Filter>Resource Files</Filter>
     </Media>
   </ItemGroup>

BIN
WAVE/Sound.wav


BIN
WAVE/bond.wav


BIN
WAVE/jpark.wav


+ 1 - 1
worlds/small.json

@@ -9,7 +9,7 @@
         "collision": true
       }
     ],
-	"music": "WAVE/test2.wav"
+	"music": "WAVE/test3.wav"
   },
   "player": {
     "startposition": [ 20, 5, 20 ]