summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-05 20:25:51 -0400
committerDavid Gay <david@davidgay.org>2021-06-05 20:25:51 -0400
commitb1c8a5b4c3fd7b2f9dbed88c670ee8b4d7f97e16 (patch)
treeb605c7f949b894f366d1c5d2f5bf71c7709edd92 /CHANGELOG.md
parentfe644bfc268b92daedbb16e00fd46b19ae082487 (diff)
Swap location of results box and chat box
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4223b84..7bf1ce7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,9 +43,10 @@ All notable changes to this project will be documented in this file.
including a "Cancel" button.
## UI
-- Game now scales to screen size, and a bit more relative space is given to the main box. This may have introduced
- undesirable consequences, especially on mobile. Please report these consequences with screenshots, and let's work
- together to get the game looking decent everywhere. 👍
+- Game now scales to screen size, and a bit more relative space is given to the main box. Additionally, the positioning
+ of the UI boxes has been shuffled and tweaked.
+ - These changes may have introduced undesirable consequences, especially on mobile. Please report these
+ consequences with screenshots, and let's work together to get the game looking decent everywhere. 👍
### Engine
- Refactored some activity and combat code.