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.

This commit is contained in:
Relintai 2022-01-26 22:25:37 +01:00
parent 78f97c94ea
commit fb044323a3

View File

@ -29,7 +29,7 @@ func make_visible(visible):
func get_plugin_name():
return "Godoxel"
return "Paint"
func get_plugin_icon():