Changeset 3768
- Timestamp:
- 2012-07-26 14:57:42 (11 years ago)
- Location:
- 2012/30/TulirA
- Files:
-
- 14 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
2012/30/TulirA/CarrotWars/CarrotWars/CarrotWars/CreateEnemy.cs
r3754 r3768 7 7 using Jypeli.Widgets; 8 8 9 class CreateEnemy : P hysicsObject9 class CreateEnemy : PlatformCharacter 10 10 { 11 11 public IntMeter elamaLaskuri = new IntMeter(3, 0, 3); -
2012/30/TulirA/CarrotWars/CarrotWars/CarrotWars/Ohjelma.cs
r3754 r3768 6 6 static void Main(string[] args) 7 7 { 8 using ( CarrotWars game = new CarrotWars())8 using (GardenWars game = new GardenWars()) 9 9 { 10 10 #if !DEBUG
Note: See TracChangeset
for help on using the changeset viewer.