- Timestamp:
- 2012-06-08 10:43:06 (11 years ago)
- Location:
- 2012/23/LeoS/leoS/leoS
- Files:
-
- 59 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/23/LeoS/leoS/leoS/DoYouReallyWannaJump.cs
r2861 r2862 7 7 using Jypeli.Widgets; 8 8 9 public class LeoS: PhysicsGame9 public class DoYouReallyWannaJump : PhysicsGame 10 10 { 11 11 PhysicsObject pelaaja; -
2012/23/LeoS/leoS/leoS/Ohjelma.cs
r2808 r2862 6 6 static void Main(string[] args) 7 7 { 8 using ( LeoS game = new LeoS())8 using (DoYouReallyWannaJump game = new DoYouReallyWannaJump()) 9 9 { 10 10 #if !DEBUG
Note: See TracChangeset
for help on using the changeset viewer.