- Timestamp:
- 2017-06-16 12:47:16 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2017/24/IlariI/piXgel GAmE/piXgel GAmE/piXgel_GAmE/piXgel_GAmE.cs
r8790 r8797 18 18 Image olioruumis = LoadImage("olioruumis"); 19 19 Image ruumis = LoadImage("ruumis"); 20 //Image ruumis zoom = (30, 30); 20 21 21 22 Image[] hahmonKavely = LoadImages("hahmo", "hahmo2"); … … 52 53 { 53 54 hahmo = new PhysicsObject(30, 30); 55 54 56 hahmo.CanRotate = false; 55 57 hahmo.Restitution = 0.0; … … 288 290 { 289 291 hahmo.Image = ruumis; 292 hahmo.Width = 65; 293 hahmo.Height = 50; 290 294 291 295
Note: See TracChangeset
for help on using the changeset viewer.