- Timestamp:
- 2017-06-14 15:00:36 (6 years ago)
- Location:
- 2017/24/TuukkaP
- Files:
-
- 4 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/24/TuukkaP/Mopo trials/Mopo trials/Mopo trialsContent/Mopo trialsContent.contentproj
r8642 r8670 45 45 <Reference Include="AnimationExtension" /> 46 46 </ItemGroup> 47 <ItemGroup> 48 <Compile Include="mopedi.png"> 49 <Name>mopedi</Name> 50 <Importer>TextureImporter</Importer> 51 <Processor>TextureProcessor</Processor> 52 </Compile> 53 </ItemGroup> 47 54 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 48 55 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2017/24/TuukkaP/Mopo trials/Mopo trials/Mopo_trials/Mopo_trials.cs
r8642 r8670 11 11 public override void Begin() 12 12 { 13 Image moponkuva = LoadImage("mopedi"); 13 14 PhysicsObject olio = new PhysicsObject(100, 50); 14 15 Level.CreateBorders(); 15 Level.BackgroundColor = Color.Red;16 //Level.BackgroundColor = Color.Red; 16 17 Camera.ZoomToLevel(); 18 Add(olio); 19 olio.Image = moponkuva; 17 20 18 21 -
2017/24/TuukkaP/Mopo trials/Mopo trials/Mopo_trials/Mopo_trials.csproj
r8642 r8670 118 118 <Content Include="Game.ico" /> 119 119 <Content Include="GameThumbnail.png" /> 120 <Content Include="mopedi.png" /> 120 121 </ItemGroup> 121 122 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.