Pārlūkot izejas kodu

Messed up the MacOS version of ParticleSample by moving instead of copying the xnb textures. COPIED them back.

Kenneth Pouncey 14 gadi atpakaļ
vecāks
revīzija
a6e20dcc43

BIN
Samples/MacOS/ParticleSample/Content/explosion.xnb


BIN
Samples/MacOS/ParticleSample/Content/font.xnb


BIN
Samples/MacOS/ParticleSample/Content/smoke.xnb


+ 5 - 5
Samples/MacOS/ParticleSample/ParticleSample.csproj

@@ -59,11 +59,6 @@
     <Compile Include="Program.cs" />
     <Compile Include="SmokePlumeParticleSystem.cs" />
   </ItemGroup>
-  <ItemGroup>
-    <Content Include="Content\explosion.xnb" />
-    <Content Include="Content\font.xnb" />
-    <Content Include="Content\smoke.xnb" />
-  </ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
       <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
@@ -74,4 +69,9 @@
       <Name>Lidgren.Network.MacOS</Name>
     </ProjectReference>
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="Content\explosion.xnb" />
+    <Content Include="Content\font.xnb" />
+    <Content Include="Content\smoke.xnb" />
+  </ItemGroup>
 </Project>

BIN
Samples/iOS/ParticleSample/.DS_Store