From 287f1dd3e318e0b304f659dc984ae5b6db8911ef Mon Sep 17 00:00:00 2001 From: Tom Rijnbeek Date: Sun, 28 Jul 2024 13:30:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9C=20Add=20changelog=20for=20v0.28?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf21c79ee..e46ab4108 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## v0.28 + +* Added visual overlays to the game, projected to the game geometry + * The game now shows the grid & buildable tiles while building towers + * Added a button & shortcut (G) to permanently enable the grid or building overlay + * Updated rendering of the tower ranges + * Added highlight for towers when hovering over their card in the statistics screen +* Added the current tower statistics to their status overlay +* Added some small jitter to enemy spawn times +* Started enforcing tier requirements for technology unlocks +* Balance: Steam Hammer can now receive the fire explosion upgrade + ## v0.27 * Added new screen to show damage statistics at the end of each wave