Changeset 2801


Ignore:
Timestamp:
2012-06-05 15:58:39 (11 years ago)
Author:
akkarhin
Message:
 
Location:
2012/23/AkuK
Files:
56 added
11 edited

Legend:

Unmodified
Added
Removed
  • 2012/23/AkuK/Pong/Pong/Pong/Pong.cs

    r2771 r2801  
    4242 
    4343        pallo = new PhysicsObject(40.0, 40.0); 
    44         pallo.Color = Color.AshGray; 
     44        pallo.Color = Color.ForestGreen;  
    4545        pallo.Shape = Shape.Circle; 
    4646        Add(pallo); 
  • 2012/23/AkuK/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt

    r2771 r2801  
    88J:\MyTemp\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 
    99J:\MyTemp\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb 
     10J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Pong.exe 
     11J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Pong.pdb 
     12J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.dll 
     13J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.pdb 
     14J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.xml 
     15J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\ResolveAssemblyReference.cache 
     16J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 
     17J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 
     18J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb 
  • 2012/23/AkuK/Pong/Pong/PongContent/obj/x86/Debug/ContentPipeline.xml

    r2771 r2801  
    88      <BuildConfiguration>Debug</BuildConfiguration> 
    99      <CompressContent>false</CompressContent> 
    10       <RootDirectory>J:\MyTemp\Pong\Pong\PongContent\</RootDirectory> 
    11       <LoggerRootDirectory>J:\MyTemp\Pong\Pong\Pong\</LoggerRootDirectory> 
    12       <IntermediateDirectory>J:\MyTemp\Pong\Pong\PongContent\obj\x86\Debug\</IntermediateDirectory> 
    13       <OutputDirectory>J:\MyTemp\Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory> 
     10      <RootDirectory>J:\MyTemp\AkuK\Pong\Pong\PongContent\</RootDirectory> 
     11      <LoggerRootDirectory>J:\MyTemp\AkuK\Pong\Pong\Pong\</LoggerRootDirectory> 
     12      <IntermediateDirectory>J:\MyTemp\AkuK\Pong\Pong\PongContent\obj\x86\Debug\</IntermediateDirectory> 
     13      <OutputDirectory>J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory> 
    1414    </Settings> 
    1515    <Assemblies> 
  • 2012/23/AkuK/Pong/Pong/PongContent/obj/x86/Debug/PongContent.contentproj.FileListAbsolute.txt

    r2771 r2801  
    11J:\MyTemp\Pong\Pong\PongContent\obj\x86\Debug\ResolveAssemblyReference.cache 
     2J:\MyTemp\AkuK\Pong\Pong\PongContent\obj\x86\Debug\ResolveAssemblyReference.cache 
Note: See TracChangeset for help on using the changeset viewer.