Changeset 8630
- Timestamp:
- 2017-06-14 11:19:50 (6 years ago)
- Location:
- 2017/24/TomiK/AvaruusTaistelu/AvaruusTaistelu
- Files:
-
- 6 added
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/24/TomiK/AvaruusTaistelu/AvaruusTaistelu/AvaruusTaistelu/AvaruusTaistelu.cs
r8608 r8630 8 8 9 9 public class AvaruusTaistelu : PhysicsGame 10 { 11 12 10 { Image Asteroidkuva = LoadImage("Asteroidi"); 11 Image Rakettikuva = LoadImage("Raketti"); 13 12 PhysicsObject asteroid; 14 13 Vector nopeusYlos = new Vector(0, 200); … … 22 21 23 22 Mouse.IsCursorVisible = true; 24 25 26 alus = new PhysicsObject(40.0, 40.0); 23 24 alus = new PhysicsObject(40.0, 60.0); 27 25 Add(alus); 28 26 alus.Image = Rakettikuva; 29 27 Camera.Follow(alus); 30 28 31 asteroid = new PhysicsObject(10.0, 10.0); 29 asteroid = new PhysicsObject(100.0, 100.0); 30 asteroid.Image = Asteroidkuva; 31 32 32 Add(asteroid); 33 Level.Background.Color = Color.Bl ack;33 Level.Background.Color = Color.Blue; 34 34 35 35 ohjaimet(); 36 36 37 37 38 38 AssaultRifle pelaajan1Ase; 39 39 … … 44 44 45 45 46 46 47 47 48 } -
2017/24/TomiK/AvaruusTaistelu/AvaruusTaistelu/AvaruusTaistelu/obj/x86/Debug/AvaruusTaistelu.csproj.FileListAbsolute.txt
r8572 r8630 7 7 C:\MyTemp\TomiK\AvaruusTaistelu\AvaruusTaistelu\AvaruusTaistelu\obj\x86\Debug\AvaruusTaistelu.exe 8 8 C:\MyTemp\TomiK\AvaruusTaistelu\AvaruusTaistelu\AvaruusTaistelu\obj\x86\Debug\AvaruusTaistelu.pdb 9 C:\MyTemp\TomiK\AvaruusTaistelu\AvaruusTaistelu\AvaruusTaistelu\bin\x86\Debug\Content\Raketti.xnb 10 C:\MyTemp\TomiK\AvaruusTaistelu\AvaruusTaistelu\AvaruusTaistelu\bin\x86\Debug\Content\Asteroidi.xnb -
2017/24/TomiK/AvaruusTaistelu/AvaruusTaistelu/AvaruusTaistelu/obj/x86/Debug/ContentPipeline-{894A147D-5CBB-43F5-B784-FF655CB6A429}.xml
r8572 r8630 2 2 <XnaContent xmlns:Pipeline="Microsoft.Xna.Framework.Content.Pipeline"> 3 3 <Asset Type="Pipeline:BuildItemCollection"> 4 <Item> 5 <Source>Raketti.png</Source> 6 <Name>Raketti</Name> 7 <Importer>TextureImporter</Importer> 8 <Processor>TextureProcessor</Processor> 9 <Options>None</Options> 10 <Output>C:\MyTemp\TomiK\AvaruusTaistelu\AvaruusTaistelu\AvaruusTaistelu\bin\x86\Debug\Content\Raketti.xnb</Output> 11 <Time>2017-06-14T10:33:21.1483084+03:00</Time> 12 </Item> 13 <Item> 14 <Source>Asteroidi.png</Source> 15 <Name>Asteroidi</Name> 16 <Importer>TextureImporter</Importer> 17 <Processor>TextureProcessor</Processor> 18 <Options>None</Options> 19 <Output>C:\MyTemp\TomiK\AvaruusTaistelu\AvaruusTaistelu\AvaruusTaistelu\bin\x86\Debug\Content\Asteroidi.xnb</Output> 20 <Time>2017-06-14T10:33:50.1261008+03:00</Time> 21 </Item> 4 22 <BuildSuccessful>true</BuildSuccessful> 5 23 <Settings> … … 16 34 <Assemblies> 17 35 <Assembly> 36 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\TextFileContentExtension.dll</Key> 37 <Value>2015-02-09T20:18:44+02:00</Value> 38 </Assembly> 39 <Assembly> 40 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.XImporter.dll</Key> 41 <Value>2011-09-01T16:22:30+03:00</Value> 42 </Assembly> 43 <Assembly> 44 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.VideoImporters.dll</Key> 45 <Value>2011-09-01T16:22:30+03:00</Value> 46 </Assembly> 47 <Assembly> 48 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.TextureImporter.dll</Key> 49 <Value>2011-09-01T16:22:30+03:00</Value> 50 </Assembly> 51 <Assembly> 52 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.FBXImporter.dll</Key> 53 <Value>2011-09-01T16:22:30+03:00</Value> 54 </Assembly> 55 <Assembly> 56 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.EffectImporter.dll</Key> 57 <Value>2011-09-01T16:22:30+03:00</Value> 58 </Assembly> 59 <Assembly> 60 <Key>C:\Program Files (x86)\Microsoft XNA\XNA Game Studio\v4.0\References\Windows\x86\Microsoft.Xna.Framework.Content.Pipeline.AudioImporters.dll</Key> 61 <Value>2011-09-01T16:22:30+03:00</Value> 62 </Assembly> 63 <Assembly> 64 <Key>C:\Program Files (x86)\Jypeli\lib\ContentExtensions\AnimationExtension.dll</Key> 65 <Value>2015-02-17T22:27:18+02:00</Value> 66 </Assembly> 67 <Assembly> 18 68 <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> 19 <Value>2017-06-0 8T13:51:37.8161206+03:00</Value>69 <Value>2017-06-07T09:35:17.7166104+03:00</Value> 20 70 </Assembly> 21 71 </Assemblies> -
2017/24/TomiK/AvaruusTaistelu/AvaruusTaistelu/AvaruusTaisteluContent/AvaruusTaisteluContent.contentproj
r8572 r8630 45 45 <Reference Include="AnimationExtension" /> 46 46 </ItemGroup> 47 <ItemGroup> 48 <Compile Include="Raketti.png"> 49 <Name>Raketti</Name> 50 <Importer>TextureImporter</Importer> 51 <Processor>TextureProcessor</Processor> 52 </Compile> 53 </ItemGroup> 54 <ItemGroup> 55 <Compile Include="Asteroidi.png"> 56 <Name>Asteroidi</Name> 57 <Importer>TextureImporter</Importer> 58 <Processor>TextureProcessor</Processor> 59 </Compile> 60 </ItemGroup> 47 61 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 48 62 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset
for help on using the changeset viewer.