summaryrefslogtreecommitdiffstats
path: root/scenes/GUI.tscn
diff options
context:
space:
mode:
authorJan Tuomi <jan.tuomi@valuemotive.com>2020-08-08 21:35:15 +0300
committerJan Tuomi <jan.tuomi@valuemotive.com>2020-08-08 21:35:15 +0300
commitbc72e9a407db4fcc830450c112de90f5d1c251a9 (patch)
tree6e9787e3e144243146687e8c39c8e6644946fbe3 /scenes/GUI.tscn
parentc438ce2976c4dda931918c019a25e00104d0cbc2 (diff)
Improve dialogue system
Diffstat (limited to 'scenes/GUI.tscn')
-rw-r--r--scenes/GUI.tscn2
1 files changed, 1 insertions, 1 deletions
diff --git a/scenes/GUI.tscn b/scenes/GUI.tscn
index 64b3b4e..63cfda8 100644
--- a/scenes/GUI.tscn
+++ b/scenes/GUI.tscn
@@ -74,6 +74,6 @@ anchor_top = 0.2
anchor_bottom = 0.4
margin_right = 40.0
margin_bottom = 14.0
-text = "Next"
+text = ">>"
valign = 1
[connection signal="pressed" from="BottomRow/DialogueBox/NextButton" to="." method="_on_NextButton_pressed"]