Changeset 2825 for 2012/23/LeoS/Pong/Pong/Pong
- Timestamp:
- 2012-06-06 21:57:54 (11 years ago)
- Location:
- 2012/23/LeoS/Pong/Pong/Pong
- Files:
-
- 7 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
Note: See TracChangeset
for help on using the changeset viewer.