Changeset 5308 for 2014/27/AleksanteriV/Protokolla236TrueSurvivor/Protokolla236TrueSurvivor/Protokolla236TrueSurvivor/Player.cs
- Timestamp:
- 2014-07-02 21:39:26 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2014/27/AleksanteriV/Protokolla236TrueSurvivor/Protokolla236TrueSurvivor/Protokolla236TrueSurvivor/Player.cs
r5299 r5308 44 44 45 45 this.thrusterEffect = new GameObject(40, 40); 46 thrusterEffect.Image = parent.Images["player_thruster"]; 46 thrusterEffect.Animation = new Animation(parent.ImageLists["player_thruster"]); 47 thrusterEffect.Animation.FPS = 18; 48 thrusterEffect.Animation.Start(); 47 49 thrusterEffect.IsVisible = false; 48 thrusterEffect.Y -= 20;50 thrusterEffect.Y -= 19; 49 51 Add(thrusterEffect); 50 52 }
Note: See TracChangeset
for help on using the changeset viewer.