Add a space to the text of the button that appears on the bottom.

This commit is contained in:
Relintai 2021-12-22 10:02:55 +01:00
parent e3f73103af
commit bbcd340cff

View File

@ -19,7 +19,7 @@ func _enter_tree():
editor_scene = editor_packed_scene.instance()
tool_button = add_control_to_bottom_panel(editor_scene, "WorldEditor")
tool_button = add_control_to_bottom_panel(editor_scene, "World Editor")
tool_button.hide()
func _exit_tree():