- Timestamp:
- 2017-08-02 15:03:21 (6 years ago)
- Location:
- 2017/31/OskariP/Alienharvester2
- Files:
-
- 2 added
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2/Alienharvester2.cs
r9338 r9370 9 9 public class Alienharvester2 : PhysicsGame 10 10 { 11 Image olion kuva = LoadImage("Adrian");12 const double nopeus = 200;11 Image olion2uva = LoadImage("gargantua"); 12 const double nopeus = 200; 13 13 const double hyppyNopeus = 750; 14 14 const int RUUDUN_KOKO = 40; … … 16 16 PlatformCharacter pelaaja1; 17 17 18 Image pelaajanKuva = LoadImage(" norsu");18 Image pelaajanKuva = LoadImage("Adrian"); 19 19 Image tahtiKuva = LoadImage("tahti"); 20 Image olion3uva = LoadImage("gargantua"); 20 21 21 22 SoundEffect maaliAani = LoadSoundEffect("maali"); … … 41 42 Add(gargantuan); 42 43 gargantuan.Color = Color.DarkBlue; 43 44 gargantuan.Image = olion2uva; 44 45 } 45 46 … … 53 54 Level.CreateBorders(); 54 55 Level.Background.CreateGradient(Color.White, Color.SkyBlue); 56 55 57 } 56 58 … … 84 86 AddCollisionHandler(pelaaja1, "tahti", TormaaTahteen); 85 87 Add(pelaaja1); 86 88 89 87 90 } 88 91 void AmmusOsui(PhysicsObject ammus, PhysicsObject kohde) -
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2/Alienharvester2.csproj.Debug.cachefile
r9325 r9370 3 3 Content\tahti.xnb 4 4 Content\kentta1.xnb 5 Content\Adrian.xnb -
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2/obj/x86/Debug/Alienharvester2.csproj.FileListAbsolute.txt
r9325 r9370 11 11 C:\MyTemp\OskariP\Alienharvester2\Alienharvester2\Alienharvester2\obj\x86\Debug\Alienharvester2.pdb 12 12 C:\MyTemp\OskariP\Alienharvester2\Alienharvester2\Alienharvester2\obj\x86\Debug\Alienharvester2.csprojResolveAssemblyReference.cache 13 C:\MyTemp\OskariP\Alienharvester2\Alienharvester2\Alienharvester2\bin\x86\Debug\Content\Adrian.xnb -
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2/obj/x86/Debug/ContentPipeline-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}.xml
r9338 r9370 36 36 <Options>None</Options> 37 37 <Output>C:\MyTemp\OskariP\Alienharvester2\Alienharvester2\Alienharvester2\bin\x86\Debug\Content\kentta1.xnb</Output> 38 <Time>2017-08-01T14:56:51.627703+03:00</Time> 38 <Time>2017-08-02T13:51:21.136024+03:00</Time> 39 </Item> 40 <Item> 41 <Source>Adrian.png</Source> 42 <Name>Adrian</Name> 43 <Importer>TextureImporter</Importer> 44 <Processor>TextureProcessor</Processor> 45 <Options>None</Options> 46 <Output>C:\MyTemp\OskariP\Alienharvester2\Alienharvester2\Alienharvester2\bin\x86\Debug\Content\Adrian.xnb</Output> 47 <Time>2017-08-02T13:16:00.9048252+03:00</Time> 39 48 </Item> 40 49 <BuildSuccessful>true</BuildSuccessful> -
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2/obj/x86/Debug/cachefile-{FB1067CC-FEED-45F1-8CB8-8F3DD59AB260}-targetpath.txt
r9325 r9370 3 3 Content\tahti.xnb 4 4 Content\kentta1.xnb 5 Content\Adrian.xnb -
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2Content/Alienharvester2Content.contentproj
r9325 r9370 67 67 </Compile> 68 68 </ItemGroup> 69 <ItemGroup> 70 <Compile Include="Adrian.png"> 71 <Name>Adrian</Name> 72 <Importer>TextureImporter</Importer> 73 <Processor>TextureProcessor</Processor> 74 </Compile> 75 </ItemGroup> 69 76 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 70 77 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2017/31/OskariP/Alienharvester2/Alienharvester2/Alienharvester2Content/kentta1.txt
r9325 r9370 1 *2 ##3 1 4 * *5 ## ##6 2 7 * *8 ## ## ##9 3 10 * * * *11 ## ## ## ##12 4 13 * * * *14 ## ## ## ## ##15 5 16 N 17 ###################### 6 7 8 9 10 11 12 13 14 15 16 17 18 19 N 20 ###############################################################################
Note: See TracChangeset
for help on using the changeset viewer.