You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/).
4
4
5
5
## [Unreleased]
6
6
7
+
## [0.9.7]
8
+
9
+
- Better Load/Save game screen.
10
+
- Confirmation dialog when overwrite current game in new game or load game.
11
+
- Updated spine plugin to Spine v3
12
+
- Show time in debug. Time is now long to avoid float overflow.
13
+
- Updated to libgdx 1.9.1
14
+
- Android SDK not mandatory when creating a project.
15
+
- More fault tolerant when loading saved games. Good for patches.
16
+
- Saved games can be stored in 'tests' folder inside game. These games are distributed with the game and in debug mode these saved games can be loaded. Good for testing.
17
+
- When creating a verb an icon can be specified. This icon will be showed in the UI.
18
+
- Add movement to the inventory button when picking an object.
0 commit comments