- Timestamp:
- 2011-06-14 15:02:05 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/24/EliasY/Pixel Quest/Pixel Quest/Pixel Quest/Peli.cs
r1985 r2000 10 10 { 11 11 Image Tausta = LoadImage("TaustaKentta"); 12 Image kivikuva = LoadImage("kiviValmis"); 12 13 public override void Begin() 13 14 { … … 25 26 PhysicsObject kivi = PhysicsObject.CreateStaticObject(x, y); 26 27 kivi.Angle = RandomGen.NextAngle(); 28 kivi.Shape = Shape.FromImage(kivikuva); 29 kivi.Image = kivikuva; 27 30 Add(kivi); 28 31 }
Note: See TracChangeset
for help on using the changeset viewer.