Changeset 7286
- Timestamp:
- 2016-06-14 13:52:54 (7 years ago)
- Location:
- 2016/24/EveliinaL
- Files:
-
- 63 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2016/24/EveliinaL/Pong/Pong/Pong/Pong.cs
r7273 r7286 37 37 pallo.Restitution = 1.0; 38 38 pallo.KineticFriction = 0.0; 39 pallo.MomentOfInertia = Double.PositiveInfinity;39 pallo.MomentOfInertia = double.PositiveInfinity; 40 40 Add(pallo); 41 41 AddCollisionHandler(pallo, KasittelePallonTormays); … … 44 44 maila2 = LuoMaila(Level.Right - 20.0, 0.0); 45 45 46 PhysicsObjectvasenReuna = Level.CreateLeftBorder();46 vasenReuna = Level.CreateLeftBorder(); 47 47 vasenReuna.Restitution = 1.0; 48 48 vasenReuna.KineticFriction = 0.0; 49 49 vasenReuna.IsVisible = false; 50 50 51 PhysicsObjectoikeaReuna = Level.CreateRightBorder();51 oikeaReuna = Level.CreateRightBorder(); 52 52 oikeaReuna.Restitution = 1.0; 53 53 oikeaReuna.KineticFriction = 0.0; … … 70 70 PhysicsObject LuoMaila(double x, double y) 71 71 { 72 PhysicsObject maila = PhysicsObject.CreateStaticObject( 20.0, 100.0);73 maila.Shape = Shape. Rectangle;72 PhysicsObject maila = PhysicsObject.CreateStaticObject(30.0, 150.0); 73 maila.Shape = Shape.Ellipse; 74 74 maila.X = x; 75 75 maila.Y = y; -
2016/24/EveliinaL/Pong/Pong/Pong/obj/x86/Debug/ContentPipeline-{3264A94E-1DA2-4A4A-96A9-CA1E664768AB}.xml
r7273 r7286 9 9 <BuildConfiguration>Debug</BuildConfiguration> 10 10 <CompressContent>false</CompressContent> 11 <RootDirectory>C:\MyTemp\EveliinaL \Pong\Pong\PongContent\</RootDirectory>12 <LoggerRootDirectory>C:\MyTemp\EveliinaL \Pong\Pong\Pong\</LoggerRootDirectory>13 <IntermediateDirectory>C:\MyTemp\EveliinaL \Pong\Pong\Pong\obj\x86\Debug\</IntermediateDirectory>14 <OutputDirectory>C:\MyTemp\EveliinaL \Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory>11 <RootDirectory>C:\MyTemp\EveliinaL2\Pong\Pong\PongContent\</RootDirectory> 12 <LoggerRootDirectory>C:\MyTemp\EveliinaL2\Pong\Pong\Pong\</LoggerRootDirectory> 13 <IntermediateDirectory>C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\</IntermediateDirectory> 14 <OutputDirectory>C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory> 15 15 </Settings> 16 16 <Assemblies> 17 17 <Assembly> 18 18 <Key>C:\Windows\Microsoft.Net\assembly\GAC_32\Microsoft.Xna.Framework.Content.Pipeline\v4.0_4.0.0.0__842cf8be1de50553\Microsoft.Xna.Framework.Content.Pipeline.dll</Key> 19 <Value>2015-09-16T1 3:41:58.0471254+03:00</Value>19 <Value>2015-09-16T12:49:20.0687193+03:00</Value> 20 20 </Assembly> 21 21 </Assemblies> -
2016/24/EveliinaL/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt
r7273 r7286 7 7 C:\MyTemp\EveliinaL\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 8 8 C:\MyTemp\EveliinaL\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb 9 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Pong.exe 10 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Pong.pdb 11 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Jypeli.dll 12 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Jypeli.xml 13 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Pong.csprojResolveAssemblyReference.cache 14 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 15 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 16 C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb -
2016/24/EveliinaL/Pong/Pong/PongContent/obj/x86/Debug/PongContent.contentproj.FileListAbsolute.txt
r7273 r7286 1 1 C:\MyTemp\EveliinaL\Pong\Pong\PongContent\obj\x86\Debug\PongContent.contentprojResolveAssemblyReference.cache 2 C:\MyTemp\EveliinaL2\Pong\Pong\PongContent\obj\x86\Debug\PongContent.contentprojResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.