Skip to content

Commit

Permalink
Changelog & help
Browse files Browse the repository at this point in the history
  • Loading branch information
deepnight committed Sep 2, 2020
1 parent 5f34445 commit 03dd9b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@
- Added nice **movement animations** to the tool palette when picking a value with the ALT+click shortcut
- Reworked the code of the tool palette to be much simpler
- Clicking an existing Entity now automatically picks it
- Nicer pixel font for Rulers around the level canvas
- Added **0 to 9 key shortcuts** to quickly select layers
- Added a convenient Edit link in Entity instance editor
- Fixed **CTRL-W** shortcut (should only close current app page)
- Added **CTRL-Q** shortcut to close the app
- Added **F** shortcut to fit current level in screen
- Fixed file path display in Enum panel
- Fixed image path sometime disappearing in Tileset panel
- Fixed load/save notifications
Expand Down
9 changes: 9 additions & 0 deletions app/bin/tpl/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ <h2>Misc shortcuts</h2>
<dt> <span class="key">CTRL</span> <span class="key">SHIFT</span> <span class="key">S</span> </dt>
<dd>Save project as...</dd>

<dt> <span class="key">CTRL</span> <span class="key">W</span> </dt>
<dd>Close project</dd>

<dt> <span class="key">CTRL</span> <span class="key">Q</span> </dt>
<dd>Quit app</dd>

<dt> <span class="key">TAB</span> </dt>
<dd>Toggle compact mode</dd>

Expand All @@ -40,6 +46,9 @@ <h2>Misc shortcuts</h2>
<dt> <span class="key">A</span> </dt>
<dd>Toggle active layer enhancement</dd>

<dt> <span class="key">F</span> </dt>
<dd>Fit current level in screen</dd>

<dt> <span class="key">H</span> </dt>
<dd>Show this help</dd>

Expand Down

0 comments on commit 03dd9b6

Please sign in to comment.