Changeset 2825 for 2012/23/LeoS/Pong/Pong
- Timestamp:
- 2012-06-06 21:57:54 (11 years ago)
- Location:
- 2012/23/LeoS/Pong/Pong
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/23/LeoS/Pong/Pong/Pong/Pong.cs
r2774 r2825 41 41 pallo.KineticFriction = 1.0; 42 42 pallo.MomentOfInertia = Double.PositiveInfinity; 43 pallo.Color = Color. Black;43 pallo.Color = Color.Aqua; 44 44 Add(pallo); 45 45 AddCollisionHandler(pallo, KasittelePallonTormays); -
2012/23/LeoS/Pong/Pong/Pong/obj/x86/Debug/Pong.csproj.FileListAbsolute.txt
r2774 r2825 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:\LeoS\Pong\Pong\Pong\bin\x86\Debug\Pong.exe 11 J:\LeoS\Pong\Pong\Pong\bin\x86\Debug\Pong.pdb 12 J:\LeoS\Pong\Pong\Pong\bin\x86\Debug\Jypeli.dll 13 J:\LeoS\Pong\Pong\Pong\bin\x86\Debug\Jypeli.pdb 14 J:\LeoS\Pong\Pong\Pong\bin\x86\Debug\Jypeli.xml 15 J:\LeoS\Pong\Pong\Pong\obj\x86\Debug\ResolveAssemblyReference.cache 16 J:\LeoS\Pong\Pong\Pong\obj\x86\Debug\Microsoft.Xna.Framework.RuntimeProfile.txt 17 J:\LeoS\Pong\Pong\Pong\obj\x86\Debug\Pong.exe 18 J:\LeoS\Pong\Pong\Pong\obj\x86\Debug\Pong.pdb -
2012/23/LeoS/Pong/Pong/PongContent/obj/x86/Debug/ContentPipeline.xml
r2774 r2825 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:\LeoS\Pong\Pong\PongContent\</RootDirectory> 11 <LoggerRootDirectory>J:\LeoS\Pong\Pong\Pong\</LoggerRootDirectory> 12 <IntermediateDirectory>J:\LeoS\Pong\Pong\PongContent\obj\x86\Debug\</IntermediateDirectory> 13 <OutputDirectory>J:\LeoS\Pong\Pong\Pong\bin\x86\Debug\Content\</OutputDirectory> 14 14 </Settings> 15 15 <Assemblies> -
2012/23/LeoS/Pong/Pong/PongContent/obj/x86/Debug/PongContent.contentproj.FileListAbsolute.txt
r2774 r2825 1 1 J:\MyTemp\Pong\Pong\PongContent\obj\x86\Debug\ResolveAssemblyReference.cache 2 J:\LeoS\Pong\Pong\PongContent\obj\x86\Debug\ResolveAssemblyReference.cache
Note: See TracChangeset
for help on using the changeset viewer.