diff options
author | Alexey Kutepov <reximkut@gmail.com> | 2024-04-01 02:38:07 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 02:38:07 +0700 |
commit | 7ff09acdeb0172ffffba71f292188ceb74594841 (patch) | |
tree | c121c017cc9c453e5e5861a81dd6b1a5643446d0 /CHANGELOG.txt | |
parent | d198c7f95712976d7fa27d794c0b1a82e5e8164c (diff) | |
parent | 7fd68859df0a2fbe1453abc3291a16bcb7faf1da (diff) |
Merge pull request #27 from slukovic/zoom
Fix zoom issue on smaller screens
Diffstat (limited to 'CHANGELOG.txt')
-rw-r--r-- | CHANGELOG.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.txt b/CHANGELOG.txt index f4143ef..39acd8c 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -2,7 +2,8 @@ - @rexim - Added items that extend the amount of bombs you can carry
- @rexim - Do not restart on Any Key Press. Restart automatically after 2 seconds.
-- @ProgKea - Fix the Boss killing the Player on the same turn as it does - https://github.com/tsoding/eepers/pull/24
+- @ProgKea - Fix the Boss killing the Player on the same turn as it dies - https://github.com/tsoding/eepers/pull/24
+- @slukovic - Camera adjusts its zoom on bigger screen - https://github.com/tsoding/eepers/pull/27
- ...
# Eepers v1.3
|