summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--game/gui/help.rpy7
1 files changed, 7 insertions, 0 deletions
diff --git a/game/gui/help.rpy b/game/gui/help.rpy
index 5874aa9..423152b 100644
--- a/game/gui/help.rpy
+++ b/game/gui/help.rpy
@@ -76,6 +76,13 @@ screen keyboard_help():
label "V"
text _("Toggles assistive {a=https://www.renpy.org/l/voicing}self-voicing{/a}.")
+ null height 64
+ hbox:
+ label _("Note:")
+ text _("Spheres can be manipulated with {color=#0f0}Alt{/color}, followed by the party member number.")
+ hbox:
+ label _("Example:")
+ text _("Alt+1 to select first sphere, Alt+3 to swap with third sphere.")
screen mouse_help():