Changeset 6546 for 2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/LevelCreation.cs
- Timestamp:
- 2015-06-29 22:50:18 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2015/27/ohjaajat/TheLegendOfGabriel/TheLegendOfGabriel/TheLegendOfGabriel/LevelCreation.cs
r6544 r6546 31 31 player.MovementSpeed = 2300; 32 32 player.Position = position; 33 player.MoveAnimations[Direction.Left] = playerWalkLeft; 34 player.MoveAnimations[Direction.Right] = playerWalkRight; 35 player.MoveAnimations[Direction.Up] = playerWalkUp; 36 player.MoveAnimations[Direction.Down] = playerWalkDown; 37 player.Image = playerWalkDown.CurrentFrame; 33 38 Add(player, 1); 34 39
Note: See TracChangeset
for help on using the changeset viewer.