Changeset 5563
- Timestamp:
- 2014-07-23 09:36:50 (9 years ago)
- Location:
- 2014/30/JouniP/Syonti
- Files:
-
- 6 added
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/30/JouniP/Syonti/Syonti/Syonti/Syonti.cs
r5562 r5563 18 18 // oletus, min, max 19 19 IntMeter pelaajanHealth = new IntMeter(10, 0, 10); 20 21 Image pelaajanKuva = LoadImage("pelaaja"); 20 22 21 23 public override void Begin() … … 75 77 Add(pelaaja, 1); 76 78 pelaajanHealth.LowerLimit += PelaajaHaviaa; 79 pelaaja.Image = pelaajanKuva; 77 80 78 81 AddCollisionHandler(pelaaja, "kerattava", PelaajaOsuuKerattavaan); -
2014/30/JouniP/Syonti/Syonti/Syonti/obj/x86/Debug/Syonti.csproj.FileListAbsolute.txt
r5559 r5563 7 7 C:\MyTemp\JouniP\Syonti\Syonti\Syonti\obj\x86\Debug\Syonti.exe 8 8 C:\MyTemp\JouniP\Syonti\Syonti\Syonti\obj\x86\Debug\Syonti.pdb 9 C:\MyTemp\JouniP\Syonti\Syonti\Syonti\bin\x86\Debug\Content\pelaaja.xnb -
2014/30/JouniP/Syonti/Syonti/SyontiContent/SyontiContent.contentproj
r5559 r5563 45 45 <Reference Include="AnimationExtension" /> 46 46 </ItemGroup> 47 <ItemGroup> 48 <Compile Include="pelaaja.png"> 49 <Name>pelaaja</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. -
2014/30/JouniP/Syonti/Syonti/SyontiContent/obj/x86/Debug/ContentPipeline.xml
r5559 r5563 2 2 <XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline"> 3 3 <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> 4 13 <BuildSuccessful>true</BuildSuccessful> 5 14 <Settings> … … 15 24 <Assemblies> 16 25 <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> 17 58 <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> 18 59 <Value>2012-04-04T09:57:00.7719393+03:00</Value>
Note: See TracChangeset
for help on using the changeset viewer.