Changeset 2801
- Timestamp:
- 2012-06-05 15:58:39 (11 years ago)
- Location:
- 2012/23/AkuK
- Files:
-
- 56 added
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/23/AkuK/Pong/Pong/Pong/Pong.cs
r2771 r2801 42 42 43 43 pallo = new PhysicsObject(40.0, 40.0); 44 pallo.Color = Color. AshGray;44 pallo.Color = Color.ForestGreen; 45 45 pallo.Shape = Shape.Circle; 46 46 Add(pallo); -
2012/23/AkuK/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt
r2771 r2801 8 8 J:\MyTemp\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 9 9 J:\MyTemp\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb 10 J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Pong.exe 11 J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Pong.pdb 12 J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.dll 13 J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.pdb 14 J:\MyTemp\AkuK\Pong\Pong\Pong\bin\x86\Debug\Jypeli.xml 15 J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\ResolveAssemblyReference.cache 16 J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 17 J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 18 J:\MyTemp\AkuK\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb -
2012/23/AkuK/Pong/Pong/PongContent/obj/x86/Debug/ContentPipeline.xml
r2771 r2801 8 8 <BuildConfiguration>Debug</BuildConfiguration> 9 9 <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> 14 14 </Settings> 15 15 <Assemblies> -
2012/23/AkuK/Pong/Pong/PongContent/obj/x86/Debug/PongContent.contentproj.FileListAbsolute.txt
r2771 r2801 1 1 J:\MyTemp\Pong\Pong\PongContent\obj\x86\Debug\ResolveAssemblyReference.cache 2 J:\MyTemp\AkuK\Pong\Pong\PongContent\obj\x86\Debug\ResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.