Commit Graph

9 Commits

Author SHA1 Message Date
8ef4e4ea3a Changed movement animation again.
Movement starts on KeyDownEvent instead of KeyCharEvent.
2019-12-29 10:15:32 +01:00
356b510286 Added win condition.
Renamed entities on disk & added missing sprites.
Moved entity and animations to separate code unit.
2019-12-29 10:01:34 +01:00
8d7ec272b6 Added margins control. 2019-12-29 09:53:43 +01:00
11e49d1249 Fixed Escape not working in the menu when playing the game. 2019-12-28 16:14:42 +01:00
11ab3fca0f Added settings in-game.
Added video settings.
Added and improved reusable controls.
Separated drawing of sprites.
Fixed bug that text was right aligned instead of left aligned.
2019-12-28 16:03:57 +01:00
d135139992 Added in-game menu. 2019-12-27 13:18:33 +01:00
0cd5cb4ad1 Added simple main menu.
Refactored some structs from public to internal.
Separated navigation from game.
Added utility methods for drawing text.
Stackpanel will uses all available width when layouting.
2019-12-24 01:27:05 +01:00
a6cb582254 Added steps counter. 2019-12-23 23:42:33 +01:00
afaa190648 Added simple tile rendering. 2019-12-19 07:15:58 +01:00