From e95920bb296dc879e4d226f05ba41be6ff66aa37 Mon Sep 17 00:00:00 2001 From: Evan Debenham Date: Tue, 15 Feb 2022 16:08:04 -0500 Subject: [PATCH] v1.2.0: fixed errors with the new keybinds notification --- .../shatteredpixeldungeon/scenes/WelcomeScene.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java index ddaa840e0..a035cc604 100644 --- a/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java +++ b/core/src/main/java/com/shatteredpixel/shatteredpixeldungeon/scenes/WelcomeScene.java @@ -205,14 +205,13 @@ public class WelcomeScene extends PixelScene { "_-_ Quickslots now use the number keys\n" + "_-_ Several game action bindings have been moved to the right of WASD\n" + "_-_ Inventory bags can now be tabbed through with F1-F5\n" + - "_-_ Other bindings (including numpad and arrow keys to move) are unchanged." + + "_-_ Other bindings (including numpad and arrow keys to move) are unchanged.\n\n" + "Please let me know if these new bindings work well for you, I am open to further adjustments. All keybinds can still be customized via the settings menu.", Messages.get(this, "continue"), 2){ @Override public void hide() { super.hide(); - ShatteredPixelDungeon.resetScene(); } }); }