Changeset 7286


Ignore:
Timestamp:
2016-06-14 13:52:54 (7 years ago)
Author:
tesatapa
Message:
 
Location:
2016/24/EveliinaL
Files:
63 added
11 edited

Legend:

Unmodified
Added
Removed
  • 2016/24/EveliinaL/Pong/Pong/Pong/Pong.cs

    r7273 r7286  
    3737        pallo.Restitution = 1.0; 
    3838        pallo.KineticFriction = 0.0; 
    39         pallo.MomentOfInertia = Double.PositiveInfinity; 
     39        pallo.MomentOfInertia = double.PositiveInfinity; 
    4040        Add(pallo); 
    4141        AddCollisionHandler(pallo, KasittelePallonTormays); 
     
    4444        maila2 = LuoMaila(Level.Right - 20.0, 0.0); 
    4545 
    46         PhysicsObject vasenReuna = Level.CreateLeftBorder(); 
     46        vasenReuna = Level.CreateLeftBorder(); 
    4747        vasenReuna.Restitution = 1.0; 
    4848        vasenReuna.KineticFriction = 0.0; 
    4949        vasenReuna.IsVisible = false; 
    5050 
    51         PhysicsObject oikeaReuna = Level.CreateRightBorder(); 
     51        oikeaReuna = Level.CreateRightBorder(); 
    5252        oikeaReuna.Restitution = 1.0; 
    5353        oikeaReuna.KineticFriction = 0.0; 
     
    7070    PhysicsObject LuoMaila(double x, double y) 
    7171    { 
    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; 
    7474        maila.X = x; 
    7575        maila.Y = y; 
  • 2016/24/EveliinaL/Pong/Pong/Pong/obj/x86/Debug/ContentPipeline-{3264A94E-1DA2-4A4A-96A9-CA1E664768AB}.xml

    r7273 r7286  
    99      <BuildConfiguration>Debug</BuildConfiguration> 
    1010      <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> 
    1515    </Settings> 
    1616    <Assemblies> 
    1717      <Assembly> 
    1818        <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-16T13:41:58.0471254+03:00</Value> 
     19        <Value>2015-09-16T12:49:20.0687193+03:00</Value> 
    2020      </Assembly> 
    2121    </Assemblies> 
  • 2016/24/EveliinaL/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt

    r7273 r7286  
    77C:\MyTemp\EveliinaL\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 
    88C:\MyTemp\EveliinaL\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb 
     9C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Pong.exe 
     10C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Pong.pdb 
     11C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Jypeli.dll 
     12C:\MyTemp\EveliinaL2\Pong\Pong\Pong\bin\x86\Debug\Jypeli.xml 
     13C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Pong.csprojResolveAssemblyReference.cache 
     14C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 
     15C:\MyTemp\EveliinaL2\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 
     16C:\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  
    11C:\MyTemp\EveliinaL\Pong\Pong\PongContent\obj\x86\Debug\PongContent.contentprojResolveAssemblyReference.cache 
     2C:\MyTemp\EveliinaL2\Pong\Pong\PongContent\obj\x86\Debug\PongContent.contentprojResolveAssemblyReference.cache 
Note: See TracChangeset for help on using the changeset viewer.