Changeset 2233
- Timestamp:
- 2011-06-28 14:47:12 (12 years ago)
- Location:
- 2011/26/HenriH
- Files:
-
- 29 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/HenriH/Alien Empire/Alien Empire/Alien Empire/Peli.cs
r2230 r2233 6 6 using Jypeli.Effects; 7 7 using Jypeli.Widgets; 8 using System.Collections.Generic;9 using Jypeli.Controls;10 8 11 9 public class Peli : PhysicsGame … … 16 14 PhysicsObject alus1; 17 15 PhysicsObject alus2; 18 16 Image olionkuva = LoadImage("alus1"); 19 17 20 18 public override void Begin() -
2011/26/HenriH/Alien Empire/Alien Empire/Alien EmpireContent/Alien EmpireContent.contentproj
r2230 r2233 49 49 </Compile> 50 50 </ItemGroup> 51 <ItemGroup> 52 <Compile Include="alus1.png"> 53 <Name>alus1</Name> 54 <Importer>TextureImporter</Importer> 55 <Processor>TextureProcessor</Processor> 56 </Compile> 57 </ItemGroup> 51 58 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 52 59 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.