Changeset 5563


Ignore:
Timestamp:
2014-07-23 09:36:50 (9 years ago)
Author:
jotapoti
Message:

Pelaajahahmolla on kuva

Location:
2014/30/JouniP/Syonti
Files:
6 added
9 edited

Legend:

Unmodified
Added
Removed
  • 2014/30/JouniP/Syonti/Syonti/Syonti/Syonti.cs

    r5562 r5563  
    1818    //                                oletus, min, max 
    1919    IntMeter pelaajanHealth = new IntMeter(10, 0, 10); 
     20 
     21    Image pelaajanKuva = LoadImage("pelaaja"); 
    2022 
    2123    public override void Begin() 
     
    7577        Add(pelaaja, 1); 
    7678        pelaajanHealth.LowerLimit += PelaajaHaviaa; 
     79        pelaaja.Image = pelaajanKuva; 
    7780 
    7881        AddCollisionHandler(pelaaja, "kerattava", PelaajaOsuuKerattavaan); 
  • 2014/30/JouniP/Syonti/Syonti/Syonti/obj/x86/Debug/Syonti.csproj.FileListAbsolute.txt

    r5559 r5563  
    77C:\MyTemp\JouniP\Syonti\Syonti\Syonti\obj\x86\Debug\Syonti.exe 
    88C:\MyTemp\JouniP\Syonti\Syonti\Syonti\obj\x86\Debug\Syonti.pdb 
     9C:\MyTemp\JouniP\Syonti\Syonti\Syonti\bin\x86\Debug\Content\pelaaja.xnb 
  • 2014/30/JouniP/Syonti/Syonti/SyontiContent/SyontiContent.contentproj

    r5559 r5563  
    4545    <Reference Include="AnimationExtension" /> 
    4646  </ItemGroup> 
     47  <ItemGroup> 
     48    <Compile Include="pelaaja.png"> 
     49      <Name>pelaaja</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.  
  • 2014/30/JouniP/Syonti/Syonti/SyontiContent/obj/x86/Debug/ContentPipeline.xml

    r5559 r5563  
    22<XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline"> 
    33  <Asset Type="Pipeline:BuildItemCollection"> 
     4    <Item> 
     5      <Source>pelaaja.png</Source> 
     6      <Name>pelaaja</Name> 
     7      <Importer>TextureImporter</Importer> 
     8      <Processor>TextureProcessor</Processor> 
     9      <Options>None</Options> 
     10      <Output>C:\MyTemp\JouniP\Syonti\Syonti\Syonti\bin\x86\Debug\Content\pelaaja.xnb</Output> 
     11      <Time>2014-07-23T09:36:16.9768584+03:00</Time> 
     12    </Item> 
    413    <BuildSuccessful>true</BuildSuccessful> 
    514    <Settings> 
     
    1524    <Assemblies> 
    1625      <Assembly> 
     26        <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 
     27        <Value>2014-06-10T15:50:44+03:00</Value> 
     28      </Assembly> 
     29      <Assembly> 
     30        <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key> 
     31        <Value>2010-08-23T12:41:18+03:00</Value> 
     32      </Assembly> 
     33      <Assembly> 
     34        <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key> 
     35        <Value>2010-08-23T12:41:18+03:00</Value> 
     36      </Assembly> 
     37      <Assembly> 
     38        <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key> 
     39        <Value>2010-08-23T12:41:18+03:00</Value> 
     40      </Assembly> 
     41      <Assembly> 
     42        <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key> 
     43        <Value>2010-08-23T12:41:18+03:00</Value> 
     44      </Assembly> 
     45      <Assembly> 
     46        <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key> 
     47        <Value>2010-08-23T12:41:18+03:00</Value> 
     48      </Assembly> 
     49      <Assembly> 
     50        <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key> 
     51        <Value>2010-08-23T12:41:18+03:00</Value> 
     52      </Assembly> 
     53      <Assembly> 
     54        <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 
     55        <Value>2014-06-10T15:50:44+03:00</Value> 
     56      </Assembly> 
     57      <Assembly> 
    1758        <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 
    1859        <Value>2012-04-04T09:57:00.7719393+03:00</Value> 
Note: See TracChangeset for help on using the changeset viewer.