From fb044323a33ff84bd37cf9099ff4fa0ed143e0cd Mon Sep 17 00:00:00 2001 From: Relintai Date: Wed, 26 Jan 2022 22:25:37 +0100 Subject: [PATCH] Made Godoxel's plugin return Paint as plugin name instead of Godoxel, as it looks better as a window tab name at the top of the editor. --- game/addons/Godoxel/plugin.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/addons/Godoxel/plugin.gd b/game/addons/Godoxel/plugin.gd index c288aafb..3c0d93d1 100644 --- a/game/addons/Godoxel/plugin.gd +++ b/game/addons/Godoxel/plugin.gd @@ -29,7 +29,7 @@ func make_visible(visible): func get_plugin_name(): - return "Godoxel" + return "Paint" func get_plugin_icon():