summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-08-16 18:45:12 -0300
committerJesusaves <cpntb1@ymail.com>2021-08-16 18:45:12 -0300
commit618f5356d44a01088c967a01ad222909c23264da (patch)
tree0d432d402893c51d3548580be481f20dd7cb5d83
parenta5411cc10c9878da6d45b0a83fe0e861593c48dc (diff)
downloadclient-618f5356d44a01088c967a01ad222909c23264da.tar.gz
client-618f5356d44a01088c967a01ad222909c23264da.tar.bz2
client-618f5356d44a01088c967a01ad222909c23264da.tar.xz
client-618f5356d44a01088c967a01ad222909c23264da.zip
Explain about the use of Alt key on the help as well.
-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():