Changeset 5075
- Timestamp:
- 2014-06-24 15:00:06 (9 years ago)
- Location:
- 2014/26/OttoK
- Files:
-
- 93 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/26/OttoK/Pong/Pong/Pong/Pong.cs
r5048 r5075 34 34 pallo = new PhysicsObject(40.0, 40.0); 35 35 pallo.Shape = Shape.Circle; 36 pallo.Color = Color. White;36 pallo.Color = Color.Green; 37 37 Add(pallo); 38 38 AddCollisionHandler(pallo, KasittelePallonTormays); … … 59 59 void AloitaPeli() 60 60 { 61 Vector impulssi = new Vector( 600.0, 100.0);61 Vector impulssi = new Vector(800.0, 100.0); 62 62 pallo.Hit(impulssi); 63 63 … … 132 132 { 133 133 pelaajan1Pisteet.Value += 1; 134 134 135 } 135 136 -
2014/26/OttoK/Pong/Pong/Pong/obj/x86/Debug/ContentPipeline-{97E90582-AFB9-4B9C-A95C-B94A23816835}.xml
r5048 r5075 9 9 <BuildConfiguration>Debug</BuildConfiguration> 10 10 <CompressContent>false</CompressContent> 11 <RootDirectory> c:\MyTemp\tunnus\Pong\Pong\PongContent\</RootDirectory>12 <LoggerRootDirectory> c:\MyTemp\tunnus\Pong\Pong\Pong\</LoggerRootDirectory>13 <IntermediateDirectory> c:\MyTemp\tunnus\Pong\Pong\Pong\obj\x86\Debug\</IntermediateDirectory>14 <OutputDirectory> c:\MyTemp\tunnus\Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory>11 <RootDirectory>C:\MyTemp\OttoK\Pong\Pong\PongContent\</RootDirectory> 12 <LoggerRootDirectory>C:\MyTemp\OttoK\Pong\Pong\Pong\</LoggerRootDirectory> 13 <IntermediateDirectory>C:\MyTemp\OttoK\Pong\Pong\Pong\obj\x86\Debug\</IntermediateDirectory> 14 <OutputDirectory>C:\MyTemp\OttoK\Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory> 15 15 </Settings> 16 16 <Assemblies> -
2014/26/OttoK/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt
r5048 r5075 7 7 c:\MyTemp\tunnus\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 8 8 c:\MyTemp\tunnus\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb 9 C:\MyTemp\OttoK\Pong\Pong\Pong\bin\x86\Debug\Pong.exe 10 C:\MyTemp\OttoK\Pong\Pong\Pong\bin\x86\Debug\Pong.pdb 11 C:\MyTemp\OttoK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.dll 12 C:\MyTemp\OttoK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.xml 13 C:\MyTemp\OttoK\Pong\Pong\Pong\obj\x86\Debug\Pong.csprojResolveAssemblyReference.cache 14 C:\MyTemp\OttoK\Pong\Pong\Pong\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 15 C:\MyTemp\OttoK\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 16 C:\MyTemp\OttoK\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb -
2014/26/OttoK/Pong/Pong/PongContent/obj/x86/Debug/PongContent.contentproj.FileListAbsolute.txt
r5048 r5075 1 1 c:\MyTemp\tunnus\Pong\Pong\PongContent\obj\x86\Debug\PongContent.contentprojResolveAssemblyReference.cache 2 C:\MyTemp\OttoK\Pong\Pong\PongContent\obj\x86\Debug\PongContent.contentprojResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.