From f5fba4ec05ba611a311b7c42dc775a357d4a8fc7 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Wed, 13 Apr 2022 11:02:37 +0200 Subject: [PATCH] [godot] Add icons for editor editable classes. --- .../icons/{spine.svg => icon_spine_atlas_resource.svg} | 2 +- .../spine_godot/icons/icon_spine_skeleton_data_resource.svg | 1 + .../spine_godot/icons/icon_spine_skeleton_file_resource.svg | 1 + spine-godot/spine_godot/icons/icon_spine_sprite.svg | 1 + spine-godot/spine_godot/register_types.cpp | 3 --- 5 files changed, 4 insertions(+), 4 deletions(-) rename spine-godot/spine_godot/icons/{spine.svg => icon_spine_atlas_resource.svg} (88%) create mode 100644 spine-godot/spine_godot/icons/icon_spine_skeleton_data_resource.svg create mode 100644 spine-godot/spine_godot/icons/icon_spine_skeleton_file_resource.svg create mode 100644 spine-godot/spine_godot/icons/icon_spine_sprite.svg diff --git a/spine-godot/spine_godot/icons/spine.svg b/spine-godot/spine_godot/icons/icon_spine_atlas_resource.svg similarity index 88% rename from spine-godot/spine_godot/icons/spine.svg rename to spine-godot/spine_godot/icons/icon_spine_atlas_resource.svg index 1efe87e65..705bfb161 100644 --- a/spine-godot/spine_godot/icons/spine.svg +++ b/spine-godot/spine_godot/icons/icon_spine_atlas_resource.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/spine-godot/spine_godot/icons/icon_spine_skeleton_data_resource.svg b/spine-godot/spine_godot/icons/icon_spine_skeleton_data_resource.svg new file mode 100644 index 000000000..705bfb161 --- /dev/null +++ b/spine-godot/spine_godot/icons/icon_spine_skeleton_data_resource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spine-godot/spine_godot/icons/icon_spine_skeleton_file_resource.svg b/spine-godot/spine_godot/icons/icon_spine_skeleton_file_resource.svg new file mode 100644 index 000000000..705bfb161 --- /dev/null +++ b/spine-godot/spine_godot/icons/icon_spine_skeleton_file_resource.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spine-godot/spine_godot/icons/icon_spine_sprite.svg b/spine-godot/spine_godot/icons/icon_spine_sprite.svg new file mode 100644 index 000000000..705bfb161 --- /dev/null +++ b/spine-godot/spine_godot/icons/icon_spine_sprite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/spine-godot/spine_godot/register_types.cpp b/spine-godot/spine_godot/register_types.cpp index 0ecce45bb..e93171cd4 100644 --- a/spine-godot/spine_godot/register_types.cpp +++ b/spine-godot/spine_godot/register_types.cpp @@ -78,8 +78,6 @@ void register_spine_godot_types() { ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); - ClassDB::register_class(); - ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); @@ -97,7 +95,6 @@ void register_spine_godot_types() { ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); - ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class(); ClassDB::register_class();