- Timestamp:
- 2013-06-27 10:56:06 (10 years ago)
- Location:
- 2013/26/MaxL/Keulaa2
- Files:
-
- 3 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2013/26/MaxL/Keulaa2/Keulaa/Keulaa/Keulaa.cs
r4254 r4255 18 18 Image taustaKuva = LoadImage("KeulaTausta"); 19 19 Image kyparanKuva = LoadImage("Kypara"); 20 Image vartalonKuva = LoadImage("Paita"); 20 21 21 22 //PhysicsObject Vartalo; … … 131 132 AxleJoint VartaloLiitos = new AxleJoint(mopo, Vartalo, new Vector(-30, Vartalo.Bottom)); 132 133 Vartalo.Mass = 2; 134 Vartalo.Image = vartalonKuva; 133 135 134 136 Kasi.CollisionIgnoreGroup = 1; … … 157 159 Palikka.X = Eturengas.Left; 158 160 AxleJoint PalikkaLiitos = new AxleJoint(mopo, Palikka); 161 Palikka.Color = Color.Transparent; 159 162 160 163 Add(Palikka); … … 214 217 ruudut.SetTileMethod("FFD800", LuoMopo); 215 218 ruudut.SetTileMethod(Color.Black, LuoTaso); 216 ruudut.SetTileMethod("FF0000", LuoHyppy);219 //ruudut.SetTileMethod("FF0000", LuoHyppy); 217 220 218 221 ruudut.Execute(140, 140); -
2013/26/MaxL/Keulaa2/Keulaa/Keulaa/Keulaa.csproj.Debug.cachefile
r4254 r4255 9 9 Content\Frame2.xnb 10 10 Content\Kypara.xnb 11 Content\Paita.xnb -
2013/26/MaxL/Keulaa2/Keulaa/Keulaa/obj/x86/Debug/Keulaa.csproj.FileListAbsolute.txt
r4254 r4255 34 34 C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\obj\x86\Debug\Keulaa.pdb 35 35 C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\bin\x86\Debug\Content\Kypara.xnb 36 C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\bin\x86\Debug\Content\Paita.xnb -
2013/26/MaxL/Keulaa2/Keulaa/Keulaa/obj/x86/Debug/cachefile-{716DCBB6-30E1-436E-8D82-85A469FEA5A5}-targetpath.txt
r4254 r4255 9 9 Content\Frame2.xnb 10 10 Content\Kypara.xnb 11 Content\Paita.xnb -
2013/26/MaxL/Keulaa2/Keulaa/KeulaaContent/KeulaaContent.contentproj
r4254 r4255 113 113 </Compile> 114 114 </ItemGroup> 115 <ItemGroup> 116 <Compile Include="Paita.png"> 117 <Name>Paita</Name> 118 <Importer>TextureImporter</Importer> 119 <Processor>TextureProcessor</Processor> 120 </Compile> 121 </ItemGroup> 115 122 <Import Project="$(MSBuildExtensionsPath)\Microsoft\XNA Game Studio\$(XnaFrameworkVersion)\Microsoft.Xna.GameStudio.ContentPipeline.targets" /> 116 123 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
2013/26/MaxL/Keulaa2/Keulaa/KeulaaContent/obj/x86/Debug/ContentPipeline.xml
r4254 r4255 92 92 <Time>2013-06-27T09:59:53.3838222+03:00</Time> 93 93 </Item> 94 <Item> 95 <Source>Paita.png</Source> 96 <Name>Paita</Name> 97 <Importer>TextureImporter</Importer> 98 <Processor>TextureProcessor</Processor> 99 <Options>None</Options> 100 <Output>C:\MyTemp\MaxL\Keulaa2\Keulaa\Keulaa\bin\x86\Debug\Content\Paita.xnb</Output> 101 <Time>2013-06-27T10:51:57.3778222+03:00</Time> 102 </Item> 94 103 <BuildSuccessful>true</BuildSuccessful> 95 104 <Settings>
Note: See TracChangeset
for help on using the changeset viewer.