diff --git a/igniter/pype.ico b/igniter/pype.ico index 746fc36ba2..f0c15accc4 100644 Binary files a/igniter/pype.ico and b/igniter/pype.ico differ diff --git a/igniter/pype_icon.png b/igniter/pype_icon.png deleted file mode 100644 index c17d6ee4c1..0000000000 Binary files a/igniter/pype_icon.png and /dev/null differ diff --git a/pype/resources/icons/Spine.json b/pype/resources/icons/Spine.json new file mode 100644 index 0000000000..8c70d52b25 --- /dev/null +++ b/pype/resources/icons/Spine.json @@ -0,0 +1,22 @@ +{"skeleton":{"images":""}, +"bones":[{"name":"root"}], +"slots":[ + {"name":"workfiles","bone":"root","attachment":"workfiles"}, + {"name":"circle_green","bone":"root","attachment":"circle_green"}, + {"name":"circle_red","bone":"root","attachment":"circle_red"}, + {"name":"lookmanager","bone":"root","attachment":"lookmanager"}, + {"name":"inventory","bone":"root","attachment":"inventory"}, + {"name":"loader","bone":"root","attachment":"loader"} +], +"skins":{ + "default":{ + "workfiles":{"workfiles":{"x":3877,"y":1247,"width":500,"height":500}}, + "circle_green":{"circle_green":{"x":3877,"y":280,"width":500,"height":500}}, + "circle_red":{"circle_red":{"x":5748,"y":280,"width":500,"height":500}}, + "lookmanager":{"lookmanager":{"x":5631,"y":1253,"width":500,"height":500}}, + "inventory":{"inventory":{"x":6335,"y":1265,"width":500,"height":500}}, + "loader":{"loader":{"x":4827,"y":1247,"width":500,"height":500}} + } +}, +"animations":{"animation":{}} +} \ No newline at end of file diff --git a/pype/resources/icons/circle_green.png b/pype/resources/icons/circle_green.png index b83369a9e3..6b5e27c49e 100644 Binary files a/pype/resources/icons/circle_green.png and b/pype/resources/icons/circle_green.png differ diff --git a/pype/resources/icons/circle_red.png b/pype/resources/icons/circle_red.png index 99d01b3baa..ba8e9c8fe7 100644 Binary files a/pype/resources/icons/circle_red.png and b/pype/resources/icons/circle_red.png differ diff --git a/pype/resources/icons/inventory.png b/pype/resources/icons/inventory.png index 34f6488233..07e0f9cd18 100644 Binary files a/pype/resources/icons/inventory.png and b/pype/resources/icons/inventory.png differ diff --git a/pype/resources/icons/loader.png b/pype/resources/icons/loader.png index 1988fc76e9..f3acabb233 100644 Binary files a/pype/resources/icons/loader.png and b/pype/resources/icons/loader.png differ diff --git a/pype/resources/icons/lookmanager.png b/pype/resources/icons/lookmanager.png index 9ed1d3db8e..c929037cdf 100644 Binary files a/pype/resources/icons/lookmanager.png and b/pype/resources/icons/lookmanager.png differ diff --git a/pype/resources/icons/pype_icon.png b/pype/resources/icons/pype_icon.png index bfacf6eeed..c3ab1d3002 100644 Binary files a/pype/resources/icons/pype_icon.png and b/pype/resources/icons/pype_icon.png differ diff --git a/pype/resources/icons/pype_icon_dev.png b/pype/resources/icons/pype_icon_dev.png index b452eb2812..2bcf342c20 100644 Binary files a/pype/resources/icons/pype_icon_dev.png and b/pype/resources/icons/pype_icon_dev.png differ diff --git a/pype/resources/icons/pype_splash.png b/pype/resources/icons/pype_splash.png index bfacf6eeed..d44ffb29b4 100644 Binary files a/pype/resources/icons/pype_splash.png and b/pype/resources/icons/pype_splash.png differ diff --git a/pype/resources/icons/pype_splash_dev.png b/pype/resources/icons/pype_splash_dev.png index b452eb2812..2ac49abb9d 100644 Binary files a/pype/resources/icons/pype_splash_dev.png and b/pype/resources/icons/pype_splash_dev.png differ diff --git a/pype/resources/icons/workfiles.png b/pype/resources/icons/workfiles.png index f17c869600..8541a6d68c 100644 Binary files a/pype/resources/icons/workfiles.png and b/pype/resources/icons/workfiles.png differ