From 03dd9b636d9d36ca885d2789df22c446221cc76e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20B=C3=A9nard?= Date: Wed, 2 Sep 2020 15:54:02 +0200 Subject: [PATCH] Changelog & help --- CHANGELOG.md | 2 ++ app/bin/tpl/help.html | 9 +++++++++ 2 files changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ad3b5b47..83f74108b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/app/bin/tpl/help.html b/app/bin/tpl/help.html index 5d7fdffee..451777741 100644 --- a/app/bin/tpl/help.html +++ b/app/bin/tpl/help.html @@ -31,6 +31,12 @@

Misc shortcuts

CTRL SHIFT S
Save project as...
+
CTRL W
+
Close project
+ +
CTRL Q
+
Quit app
+
TAB
Toggle compact mode
@@ -40,6 +46,9 @@

Misc shortcuts

A
Toggle active layer enhancement
+
F
+
Fit current level in screen
+
H
Show this help