From bbcd340cffad9ad60d4ede7178dbc4169cd4a5e1 Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 22 Dec 2021 10:02:55 +0100 Subject: [PATCH] Add a space to the text of the button that appears on the bottom. --- game/addons/world_generator/plugin.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/addons/world_generator/plugin.gd b/game/addons/world_generator/plugin.gd index f908ddb5..76c019f8 100644 --- a/game/addons/world_generator/plugin.gd +++ b/game/addons/world_generator/plugin.gd @@ -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():