Changeset 5075


Ignore:
Timestamp:
2014-06-24 15:00:06 (9 years ago)
Author:
sieerinn
Message:
 
Location:
2014/26/OttoK
Files:
93 added
11 edited

Legend:

Unmodified
Added
Removed
  • 2014/26/OttoK/Pong/Pong/Pong/Pong.cs

    r5048 r5075  
    3434        pallo = new PhysicsObject(40.0, 40.0); 
    3535        pallo.Shape = Shape.Circle; 
    36         pallo.Color = Color.White; 
     36        pallo.Color = Color.Green; 
    3737        Add(pallo); 
    3838        AddCollisionHandler(pallo, KasittelePallonTormays); 
     
    5959    void AloitaPeli() 
    6060    { 
    61         Vector impulssi = new Vector(600.0, 100.0); 
     61        Vector impulssi = new Vector(800.0, 100.0); 
    6262        pallo.Hit(impulssi); 
    6363 
     
    132132        { 
    133133            pelaajan1Pisteet.Value += 1; 
     134            
    134135        } 
    135136         
  • 2014/26/OttoK/Pong/Pong/Pong/obj/x86/Debug/ContentPipeline-{97E90582-AFB9-4B9C-A95C-B94A23816835}.xml

    r5048 r5075  
    99      <BuildConfiguration>Debug</BuildConfiguration> 
    1010      <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> 
    1515    </Settings> 
    1616    <Assemblies> 
  • 2014/26/OttoK/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt

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