Browse Source

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

Kenneth Pouncey 14 years ago
parent
commit
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="Program.cs" />
     <Compile Include="SmokePlumeParticleSystem.cs" />
     <Compile Include="SmokePlumeParticleSystem.cs" />
   </ItemGroup>
   </ItemGroup>
-  <ItemGroup>
-    <Content Include="Content\explosion.xnb" />
-    <Content Include="Content\font.xnb" />
-    <Content Include="Content\smoke.xnb" />
-  </ItemGroup>
   <ItemGroup>
   <ItemGroup>
     <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
     <ProjectReference Include="..\..\..\..\MonoGame\MonoGame.Framework\MonoGame.Framework.MacOS.csproj">
       <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
       <Project>{36C538E6-C32A-4A8D-A39C-566173D7118E}</Project>
@@ -74,4 +69,9 @@
       <Name>Lidgren.Network.MacOS</Name>
       <Name>Lidgren.Network.MacOS</Name>
     </ProjectReference>
     </ProjectReference>
   </ItemGroup>
   </ItemGroup>
+  <ItemGroup>
+    <Content Include="Content\explosion.xnb" />
+    <Content Include="Content\font.xnb" />
+    <Content Include="Content\smoke.xnb" />
+  </ItemGroup>
 </Project>
 </Project>

BIN
Samples/iOS/ParticleSample/.DS_Store