Changeset 8670 for 2017/24


Ignore:
Timestamp:
2017-06-14 15:00:36 (6 years ago)
Author:
npo17_29
Message:
 
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  
    4545    <Reference Include="AnimationExtension" /> 
    4646  </ItemGroup> 
     47  <ItemGroup> 
     48    <Compile Include="mopedi.png"> 
     49      <Name>mopedi</Name> 
     50      <Importer>TextureImporter</Importer> 
     51      <Processor>TextureProcessor</Processor> 
     52    </Compile> 
     53  </ItemGroup> 
    4754  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    4855  <!--  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  
    1111    public override void Begin() 
    1212    { 
     13        Image moponkuva = LoadImage("mopedi"); 
    1314        PhysicsObject olio = new PhysicsObject(100, 50); 
    1415        Level.CreateBorders(); 
    15         Level.BackgroundColor = Color.Red; 
     16        //Level.BackgroundColor = Color.Red; 
    1617        Camera.ZoomToLevel(); 
     18        Add(olio); 
     19        olio.Image = moponkuva; 
    1720 
    1821        
  • 2017/24/TuukkaP/Mopo trials/Mopo trials/Mopo_trials/Mopo_trials.csproj

    r8642 r8670  
    118118    <Content Include="Game.ico" /> 
    119119    <Content Include="GameThumbnail.png" /> 
     120    <Content Include="mopedi.png" /> 
    120121  </ItemGroup> 
    121122  <ItemGroup> 
Note: See TracChangeset for help on using the changeset viewer.