mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-13 20:47:19 +01:00
Add a space to the text of the button that appears on the bottom.
This commit is contained in:
parent
e3f73103af
commit
bbcd340cff
@ -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():
|
||||
|
Loading…
Reference in New Issue
Block a user