diff options
Diffstat (limited to 'client/menu/character.tscn')
-rw-r--r-- | client/menu/character.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/character.tscn b/client/menu/character.tscn index 42d1b764..b4f05fe2 100644 --- a/client/menu/character.tscn +++ b/client/menu/character.tscn @@ -227,4 +227,4 @@ layout_mode = 1 [connection signal="pressed" from="VBoxContainer/Spacer/VBoxContainer/Hairstyle/Forward" to="." method="_on_hairstyle_forward_pressed"] [connection signal="pressed" from="VBoxContainer/Spacer/VBoxContainer/Character/Back" to="." method="_on_character_back_pressed"] [connection signal="pressed" from="VBoxContainer/Spacer/VBoxContainer/Character/Forward" to="." method="_on_character_forward_pressed"] -[connection signal="pressed" from="VBoxContainer/bottom_panel/back" to="." method="_on_back_pressed"] +[connection signal="pressed" from="VBoxContainer/bottom_panel/back" to="." method="exit"] |