diff --git a/ChangeLog.txt b/ChangeLog.txt index 3dd46191..5d33cf1f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -8,4 +8,7 @@ * Major Tilesystem overhaul, though you won't notice unless you look at the code. It makes it easier to have multiple variations of a tile. + Added animation for being in water v3: + * Fixed all the bugs in v2. + * Made apple and log sprites much smaller. + * Gave some tiles a "3D" effect, where you can go in front and behind them, partially. \ No newline at end of file diff --git a/core/game/src/miniventure/game/GameCore.java b/core/game/src/miniventure/game/GameCore.java index 27434be7..31e60bc4 100644 --- a/core/game/src/miniventure/game/GameCore.java +++ b/core/game/src/miniventure/game/GameCore.java @@ -32,7 +32,7 @@ public class GameCore { - public static final Version VERSION = new Version("1.5.3.dev"); + public static final Version VERSION = new Version("1.5.3"); public static final int DEFAULT_SCREEN_WIDTH = 800; public static final int DEFAULT_SCREEN_HEIGHT = 450;