Changeset 1797 for 2011/23/iltakuop/Blocks
- Timestamp:
- 2011-06-09 10:25:16 (11 years ago)
- Location:
- 2011/23/iltakuop/Blocks/Blocks
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/iltakuop/Blocks/Blocks/Blocks/Blocks.csproj
r1791 r1797 116 116 </ItemGroup> 117 117 <ItemGroup> 118 <Content Include="kentta4.txt"> 119 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 120 </Content> 121 <Content Include="kentta5.txt"> 122 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 123 </Content> 118 124 <Content Include="kenttarandom.txt"> 119 125 <CopyToOutputDirectory>Always</CopyToOutputDirectory> -
2011/23/iltakuop/Blocks/Blocks/Blocks/Peli.cs
r1796 r1797 38 38 PhysicsObject alaReuna; 39 39 int kenttäNro = 1; 40 int kenttäMäärä = 3;40 int kenttäMäärä = 5; 41 41 42 42 int palloolemassa; 43 43 const int RUUDUN_KOKO = 5; 44 44 45 Image palloKuva = LoadImage("Pallo"); 45 46 Image tntKuva = LoadImage("TNT"); 46 47 Image tasoKuva = LoadImage("Palikka"); … … 293 294 { 294 295 PhysicsObject pallo1 = new PhysicsObject(18.0, 18.0); 296 pallo1.Image = palloKuva; 295 297 pallo1.Shape = Shape.Circle; 296 298 pallo1.Color = Color.LightGreen; … … 299 301 pallo1.X = 0; 300 302 pallo1.Y = -168; 303 pallo1.CanRotate = false; 301 304 palloolemassa = 1; 302 305 return pallo1; -
2011/23/iltakuop/Blocks/Blocks/Blocks/kentta5.txt
r1795 r1797 7 7 T T T T 8 8 ! ! ! ! ! P ! ! ! ! ! 9 ! ! ! ! ! ! ! ! ! !10 P !P9 # # # # # # # # # # 10 P P 11 11 - # # # # - 12 12 # # P P # # -
2011/23/iltakuop/Blocks/Blocks/BlocksContent/BlocksContent.contentproj
r1785 r1797 134 134 </Compile> 135 135 </ItemGroup> 136 <ItemGroup> 137 <Compile Include="Pallo.png"> 138 <Name>Pallo</Name> 139 <Importer>TextureImporter</Importer> 140 <Processor>TextureProcessor</Processor> 141 </Compile> 142 </ItemGroup> 136 143 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 137 144 <!-- 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.