- Timestamp:
- 2011-06-28 15:01:55 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/26/JaakkoL/Rogue Agent 2372/Rogue Agent 2372/Rogue Agent 2372/Player.cs
r2234 r2245 10 10 int speed = 200; 11 11 const int jumpSpeed = 1000; 12 13 // Miten voidaan viitata Contentiin? 12 14 Image portrait = Game.LoadImage("character.png"); 13 15 … … 17 19 hitPoints = 100; 18 20 AddedToGame += addControls; 21 this.Image = portrait; 19 22 } 20 23
Note: See TracChangeset
for help on using the changeset viewer.