Changeset 4255 for 2013


Ignore:
Timestamp:
2013-06-27 10:56:06 (10 years ago)
Author:
mitaivas
Message:

Talletus.

Location:
2013/26/MaxL/Keulaa2
Files:
3 added
11 edited

Legend:

Unmodified
Added
Removed
  • 2013/26/MaxL/Keulaa2/Keulaa/Keulaa/Keulaa.cs

    r4254 r4255  
    1818    Image taustaKuva = LoadImage("KeulaTausta"); 
    1919    Image kyparanKuva = LoadImage("Kypara"); 
     20    Image vartalonKuva = LoadImage("Paita"); 
    2021 
    2122    //PhysicsObject Vartalo; 
     
    131132        AxleJoint VartaloLiitos = new AxleJoint(mopo, Vartalo, new Vector(-30, Vartalo.Bottom)); 
    132133        Vartalo.Mass = 2; 
     134        Vartalo.Image = vartalonKuva; 
    133135 
    134136        Kasi.CollisionIgnoreGroup = 1; 
     
    157159        Palikka.X = Eturengas.Left; 
    158160        AxleJoint PalikkaLiitos = new AxleJoint(mopo, Palikka); 
     161        Palikka.Color = Color.Transparent; 
    159162 
    160163        Add(Palikka); 
     
    214217        ruudut.SetTileMethod("FFD800", LuoMopo); 
    215218        ruudut.SetTileMethod(Color.Black, LuoTaso); 
    216         ruudut.SetTileMethod("FF0000", LuoHyppy); 
     219        //ruudut.SetTileMethod("FF0000", LuoHyppy); 
    217220 
    218221        ruudut.Execute(140, 140); 
  • 2013/26/MaxL/Keulaa2/Keulaa/Keulaa/Keulaa.csproj.Debug.cachefile

    r4254 r4255  
    99Content\Frame2.xnb 
    1010Content\Kypara.xnb 
     11Content\Paita.xnb 
  • 2013/26/MaxL/Keulaa2/Keulaa/Keulaa/obj/x86/Debug/Keulaa.csproj.FileListAbsolute.txt

    r4254 r4255  
    3434C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\obj\x86\Debug\Keulaa.pdb 
    3535C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\bin\x86\Debug\Content\Kypara.xnb 
     36C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\bin\x86\Debug\Content\Paita.xnb 
  • 2013/26/MaxL/Keulaa2/Keulaa/Keulaa/obj/x86/Debug/cachefile-{716DCBB6-30E1-436E-8D82-85A469FEA5A5}-targetpath.txt

    r4254 r4255  
    99Content\Frame2.xnb 
    1010Content\Kypara.xnb 
     11Content\Paita.xnb 
  • 2013/26/MaxL/Keulaa2/Keulaa/KeulaaContent/KeulaaContent.contentproj

    r4254 r4255  
    113113    </Compile> 
    114114  </ItemGroup> 
     115  <ItemGroup> 
     116    <Compile Include="Paita.png"> 
     117      <Name>Paita</Name> 
     118      <Importer>TextureImporter</Importer> 
     119      <Processor>TextureProcessor</Processor> 
     120    </Compile> 
     121  </ItemGroup> 
    115122  <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 
    116123  <!--  To modify your build process, add your task inside one of the targets below and uncomment it.  
  • 2013/26/MaxL/Keulaa2/Keulaa/KeulaaContent/obj/x86/Debug/ContentPipeline.xml

    r4254 r4255  
    9292      <Time>2013-06-27T09:59:53.3838222+03:00</Time> 
    9393    </Item> 
     94    <Item> 
     95      <Source>Paita.png</Source> 
     96      <Name>Paita</Name> 
     97      <Importer>TextureImporter</Importer> 
     98      <Processor>TextureProcessor</Processor> 
     99      <Options>None</Options> 
     100      <Output>C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\bin\x86\Debug\Content\Paita.xnb</Output> 
     101      <Time>2013-06-27T10:51:57.3778222+03:00</Time> 
     102    </Item> 
    94103    <BuildSuccessful>true</BuildSuccessful> 
    95104    <Settings> 
Note: See TracChangeset for help on using the changeset viewer.