- Timestamp:
- 2015-07-02 09:49:45 (8 years ago)
- Location:
- 2015/27/IlmoP/Tasohyppelypeli1/Tasohyppelypeli1
- Files:
-
- 3 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/IlmoP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1.cs
r6640 r6722 38 38 kentta.SetTileMethod('*', LisaaTahti); 39 39 kentta.SetTileMethod('N', LisaaPelaaja); 40 kentta.SetTileMethod('%', LisaaVihollinen); 40 41 kentta.Execute(RUUDUN_KOKO, RUUDUN_KOKO); 41 42 Level.CreateBorders(); … … 105 106 tahti.Destroy(); 106 107 } 108 109 void LisaaVihollinen; 110 { 111 PhysicsObject orkki = new PhysicsObject( 40, 20 ); 112 orkki.Shape = Shape.Rectangle; 113 orkki.mass = 10.0 114 Add ( orkki ); 107 115 } 116 } 117 -
2015/27/IlmoP/Tasohyppelypeli1/Tasohyppelypeli1/Tasohyppelypeli1Content/Tasohyppelypeli1Content.contentproj
r6640 r6722 51 51 <Processor>SoundEffectProcessor</Processor> 52 52 </Compile> 53 <Compile Include=" tahti.png">54 <Name> tahti</Name>53 <Compile Include="patteri.png"> 54 <Name>patteri</Name> 55 55 <Importer>TextureImporter</Importer> 56 56 <Processor>TextureProcessor</Processor> … … 63 63 </ItemGroup> 64 64 <ItemGroup> 65 <Compile Include="Untitled.png"> 66 <Name>Untitled</Name> 65 <Compile Include="pelaaja.png"> 66 <Name>pelaaja</Name> 67 <Importer>TextureImporter</Importer> 68 <Processor>TextureProcessor</Processor> 69 </Compile> 70 </ItemGroup> 71 <ItemGroup> 72 <Compile Include="Orkki.png"> 73 <Name>Orkki</Name> 67 74 <Importer>TextureImporter</Importer> 68 75 <Processor>TextureProcessor</Processor>
Note: See TracChangeset
for help on using the changeset viewer.