From 8e3b68b732d70df4893a0967e5f2bd521fa94780 Mon Sep 17 00:00:00 2001 From: Christopher Johns Date: Fri, 6 Jul 2018 16:54:53 -0700 Subject: [PATCH] cleared dev tag from version --- ChangeLog.txt | 3 +++ core/game/src/miniventure/game/GameCore.java | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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;