From 7bf32b653e670a98da944df694a9204c2a860c46 Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Fri, 10 Dec 2021 23:48:19 +0000 Subject: [PATCH] nyanology - remove deps on removed imgs --- data/themes/nyanology/nyancursor.edc | 49 ------------ data/themes/nyanology/nyanology.edc | 112 --------------------------- 2 files changed, 161 deletions(-) diff --git a/data/themes/nyanology/nyancursor.edc b/data/themes/nyanology/nyancursor.edc index 49c8cda9..88daaf02 100644 --- a/data/themes/nyanology/nyancursor.edc +++ b/data/themes/nyanology/nyancursor.edc @@ -21,7 +21,6 @@ collections { image: "cat10.png" COMP; image: "cat11.png" COMP; image: "cat12.png" COMP; - image: "cr_key.png" COMP; } parts { part { name: "cat"; @@ -92,37 +91,6 @@ collections { } } - part { name: "key"; - mouse_events: 0; - description { state: "default" 0.0; - rel1 { - to: "cat"; - offset: -5 -5; - relative: 0.1 0.0; - } - rel2 { - to: "cat"; - offset: 4 4; - relative: 0.5 1.0; - } - image { - normal: "cr_key.png"; - border: 4 4 4 4; - } - color: 255 255 255 0; - } - description { state: "on" 0.0; - inherit: "default" 0.0; - color: 255 255 255 255; - } - description { state: "out" 0.0; - inherit: "default" 0.0; - color: 160 100 255 0; - rel1.relative: -0.2 -0.18; - rel2.relative: 0.6 1.18; - } - } - } programs { program { name: "anim"; @@ -156,23 +124,6 @@ collections { transition: LINEAR FRAME_DURATION*6; target: "cat"; } - program { name: "key"; - signal: "key,down"; - source: "terminology"; - action: STATE_SET "default" 0.0; - target: "key"; - after: "key2"; - } - program { name: "key2"; - action: STATE_SET "on" 0.0; - target: "key"; - after: "key3"; - } - program { name: "key3"; - action: STATE_SET "out" 0.0; - transition: DECELERATE 0.3; - target: "key"; - } program { name: "bellrotate1"; signal: "bell"; source: "terminology"; diff --git a/data/themes/nyanology/nyanology.edc b/data/themes/nyanology/nyanology.edc index 5b07a777..0a86c171 100644 --- a/data/themes/nyanology/nyanology.edc +++ b/data/themes/nyanology/nyanology.edc @@ -1130,118 +1130,6 @@ target: "4.bottom" } } } - -////////////////////////////////////////////////////////////////////////////// - //// an object overlayd on text that is a link - group { name: "terminology/link"; - images { - image: "lk_bottom.png" COMP; - image: "lk_left.png" COMP; - image: "lk_right.png" COMP; - } - parts { - part { name: "bottom"; - mouse_events: 0; - description { state: "default" 0.0; - image.normal: "lk_bottom.png"; - image.border: 9 9 0 0; - align: 0.5 1.0; - min: 20 8; - rel1.offset: -6 0; - rel1.relative: 0.0 1.0; - rel2.offset: 5 0; - color: 100 200 255 255; - fill.smooth: 0; - } - } - part { name: "l"; - mouse_events: 0; - description { state: "default" 0.0; - image.normal: "lk_left.png"; - align: 0.0 1.0; - min: 4 4; - rel1.offset: 16 -1; - rel1.relative: 0.0 1.0; - rel2.offset: 16 -1; - rel2.relative: 0.0 1.0; - color: 100 200 255 0; - } - description { state: "out" 0.0; - inherit: "default" 0.0; - min: 16 16; - rel1.offset: -10 -1; - rel2.offset: -10 -1; - color: 180 220 255 255; - } - description { state: "out2" 0.0; - inherit: "default" 0.0; - min: 32 32; - rel1.offset: -26 -1; - rel2.offset: -26 -1; - color: 100 200 255 0; - } - } - part { name: "r"; - mouse_events: 0; - description { state: "default" 0.0; - image.normal: "lk_right.png"; - align: 1.0 1.0; - min: 4 4; - rel1.offset: -15 0; - rel1.relative: 1.0 1.0; - rel2.offset: -15 0; - rel2.relative: 1.0 1.0; - color: 100 200 255 0; - } - description { state: "out" 0.0; - inherit: "default" 0.0; - min: 16 16; - rel1.offset: 9 -1; - rel2.offset: 9 -1; - color: 180 220 255 255; - } - description { state: "out2" 0.0; - inherit: "default" 0.0; - min: 32 32; - rel1.offset: 25 -1; - rel2.offset: 25 -1; - color: 100 200 255 0; - } - } - part { name: "event"; type: RECT; - mouse_events: 1; - repeat_events: 1; - description { state: "default" 0.0; - color: 0 0 0 0; - } - } - programs { - program { name: "show"; - signal: "show"; - source: ""; - action: STATE_SET "out" 0.0; - transition: LINEAR 0.3; - target: "l"; - target: "r"; - after: "show2"; - } - program { name: "show2"; - action: STATE_SET "default" 0.0; - action: STATE_SET "out2" 0.0; - transition: LINEAR 0.3; - target: "l"; - target: "r"; - after: "show3"; - } - program { name: "show3"; - action: STATE_SET "default" 0.0; - target: "l"; - target: "r"; - after: "show"; - } - } - } - } } #include "nyancursor.edc" #include "about.edc"