From 47eec07d9a38af99b62faafe453df8e7c8c09ca8 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Thu, 6 Feb 2014 14:51:10 +0000 Subject: [PATCH] Tiling2: Removed unneeded images from theme. --- src/modules/tiling/e-module-tiling.edc | 2840 ------------------------ src/modules/tiling/images/arrow_e.png | Bin 1135 -> 0 bytes src/modules/tiling/images/arrow_n.png | Bin 1123 -> 0 bytes src/modules/tiling/images/arrow_ne.png | Bin 1347 -> 0 bytes src/modules/tiling/images/arrow_nw.png | Bin 1325 -> 0 bytes src/modules/tiling/images/arrow_s.png | Bin 1158 -> 0 bytes src/modules/tiling/images/arrow_se.png | Bin 1300 -> 0 bytes src/modules/tiling/images/arrow_sw.png | Bin 1341 -> 0 bytes src/modules/tiling/images/arrow_w.png | Bin 1130 -> 0 bytes 9 files changed, 2840 deletions(-) delete mode 100644 src/modules/tiling/images/arrow_e.png delete mode 100644 src/modules/tiling/images/arrow_n.png delete mode 100644 src/modules/tiling/images/arrow_ne.png delete mode 100644 src/modules/tiling/images/arrow_nw.png delete mode 100644 src/modules/tiling/images/arrow_s.png delete mode 100644 src/modules/tiling/images/arrow_se.png delete mode 100644 src/modules/tiling/images/arrow_sw.png delete mode 100644 src/modules/tiling/images/arrow_w.png diff --git a/src/modules/tiling/e-module-tiling.edc b/src/modules/tiling/e-module-tiling.edc index fcda1811a..e1c03e5e7 100644 --- a/src/modules/tiling/e-module-tiling.edc +++ b/src/modules/tiling/e-module-tiling.edc @@ -1,14 +1,6 @@ images { image: "module_icon.png" COMP; - image: "arrow_n.png" COMP; - image: "arrow_nw.png" COMP; - image: "arrow_w.png" COMP; - image: "arrow_sw.png" COMP; - image: "arrow_s.png" COMP; - image: "arrow_se.png" COMP; - image: "arrow_e.png" COMP; - image: "arrow_ne.png" COMP; } collections { group { @@ -26,2836 +18,4 @@ collections { } } } - - group { name: "modules/tiling/move/left/composite"; // {{{ - min: 101 54; - data { - item: "shaped" "1"; - } - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 101 54; - max: 101 54; - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_nw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 77 29; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 101 54; - to: "_"; - } - image.normal: "arrow_nw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 42 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 63 29; - to: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_sw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 29; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 54; - to: "_"; - } - image.normal: "arrow_sw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_nw"; - target: "arrow_w"; - target: "arrow_sw"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_nw"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_sw"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_w"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_nw"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_sw"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_w"; - } - } - } // }}} - group { name: "modules/tiling/move/left"; // {{{ - min: 101 54; - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 101 54; - max: 101 54; - state: "default" 0.0; - color: 0 0 0 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_nw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 77 29; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 101 54; - to: "_"; - } - image.normal: "arrow_nw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 42 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 63 29; - to: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_sw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 29; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 54; - to: "_"; - } - image.normal: "arrow_sw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_nw"; - target: "arrow_w"; - target: "arrow_sw"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_nw"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_sw"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_w"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_nw"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_sw"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_w"; - } - } - } // }}} - - group { name: "modules/tiling/move/down/composite"; // {{{ - min: 54 101; - data { - item: "shaped" "1"; - } - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 54 101; - max: 54 101; - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_sw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 29 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 53 25; - to: "_"; - } - image.normal: "arrow_sw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 38; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 29 59; - to: "_"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_se"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 29 76; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 53 101; - to: "_"; - } - image.normal: "arrow_se.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_sw"; - target: "arrow_s"; - target: "arrow_se"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_sw"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_se"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_s"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_sw"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_se"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_s"; - } - } - } // }}} - group { name: "modules/tiling/move/down"; // {{{ - min: 54 101; - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 54 101; - max: 54 101; - state: "default" 0.0; - color: 0 0 0 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_sw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 29 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 53 25; - to: "_"; - } - image.normal: "arrow_sw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 38; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 29 59; - to: "_"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_se"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 29 76; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 53 101; - to: "_"; - } - image.normal: "arrow_se.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_sw"; - target: "arrow_s"; - target: "arrow_se"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_sw"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_se"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_s"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_sw"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_se"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_s"; - } - } - } // }}} - - group { name: "modules/tiling/move/right/composite"; // {{{ - min: 101 54; - data { - item: "shaped" "1"; - } - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 101 54; - max: 101 54; - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_se"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 25; - to: "_"; - } - image.normal: "arrow_se.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 38 25; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 59 54; - to: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_ne"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 77 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 101 24; - to: "_"; - } - image.normal: "arrow_ne.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_se"; - target: "arrow_e"; - target: "arrow_ne"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_se"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_ne"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_e"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_se"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_ne"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_e"; - } - } - } // }}} - group { name: "modules/tiling/move/right"; // {{{ - min: 101 54; - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 101 54; - max: 101 54; - state: "default" 0.0; - color: 0 0 0 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_se"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 25; - to: "_"; - } - image.normal: "arrow_se.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 38 25; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 59 54; - to: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_ne"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 77 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 101 24; - to: "_"; - } - image.normal: "arrow_ne.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_se"; - target: "arrow_e"; - target: "arrow_ne"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_se"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_ne"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_e"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_se"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_ne"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_e"; - } - } - } // }}} - - group { name: "modules/tiling/move/up/composite"; // {{{ - min: 54 101; - data { - item: "shaped" "1"; - } - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 54 101; - max: 54 101; - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_ne"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 76; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 101; - to: "_"; - } - image.normal: "arrow_ne.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 25 38; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 54 59; - to: "_"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_nw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 25; - to: "_"; - } - image.normal: "arrow_nw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_ne"; - target: "arrow_n"; - target: "arrow_nw"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_ne"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_nw"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_n"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_ne"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_nw"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_n"; - } - } - } // }}} - group { name: "modules/tiling/move/up"; // {{{ - min: 54 101; - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 54 101; - max: 54 101; - state: "default" 0.0; - color: 0 0 0 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_ne"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 76; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 101; - to: "_"; - } - image.normal: "arrow_ne.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 25 38; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 54 59; - to: "_"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_nw"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 0 0; - offset: 24 25; - to: "_"; - } - image.normal: "arrow_nw.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_ne"; - target: "arrow_n"; - target: "arrow_nw"; - after: "in1a"; - } - program { - name: "in1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_ne"; - after: "in2a"; - after: "in2b"; - } - program { - name: "in1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_nw"; - } - program { - name: "in2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_n"; - after: "in3a"; - after: "in3b"; - } - program { - name: "in2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.4; - target: "arrow_ne"; - } - program { - name: "in3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.4; - target: "arrow_nw"; - after: "in1a"; - after: "in1b"; - } - program { - name: "in3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.6; - target: "arrow_n"; - } - } - } // }}} - - group { name: "modules/tiling/transition/horizontal/composite"; // {{{ - min: 29 221; - data { - item: "shaped" "1"; - } - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 29 221; - max: 29 221; - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_n_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 1 0; - offset: 0 21; - to: "_"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_n_3"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_n_3"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_n_2"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_n_2"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_n_1"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_n_1"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 10; - to_x: "_"; - to_y: "arrow_n_0"; - } - rel2 { - relative: 1 1; - offset: 0 31; - to_x: "_"; - to_y: "arrow_n_0"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_s_0"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_s_0"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_s_1"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_s_1"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_s_2"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_s_2"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_n_0"; - target: "arrow_n_1"; - target: "arrow_n_2"; - target: "arrow_n_3"; - target: "arrow_s_0"; - target: "arrow_s_1"; - target: "arrow_s_2"; - target: "arrow_s_3"; - after: "n0a"; - after: "s0a"; - } - program { - name: "n0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_0"; - after: "n1a"; - after: "n1b"; - } - program { - name: "n0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_3"; - } - program { - name: "n1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_1"; - after: "n2a"; - after: "n2b"; - } - program { - name: "n1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_0"; - } - program { - name: "n2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_2"; - after: "n3a"; - after: "n3b"; - } - program { - name: "n2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_1"; - } - program { - name: "n3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_3"; - after: "n0a"; - after: "n0b"; - } - program { - name: "n3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_2"; - } - program { - name: "s0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_0"; - after: "s1a"; - after: "s1b"; - } - program { - name: "s0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_3"; - } - program { - name: "s1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_1"; - after: "s2a"; - after: "s2b"; - } - program { - name: "s1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_0"; - } - program { - name: "s2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_2"; - after: "s3a"; - after: "s3b"; - } - program { - name: "s2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_1"; - } - program { - name: "s3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_3"; - after: "s0a"; - after: "s0b"; - } - program { - name: "s3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_2"; - } - } - } // }}} - group { name: "modules/tiling/transition/horizontal"; // {{{ - min: 29 221; - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 29 221; - max: 29 221; - state: "default" 0.0; - color: 0 0 0 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_n_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 1 0; - offset: 0 21; - to: "_"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_n_3"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_n_3"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_n_2"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_n_2"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_n_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_n_1"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_n_1"; - } - image.normal: "arrow_n.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 10; - to_x: "_"; - to_y: "arrow_n_0"; - } - rel2 { - relative: 1 1; - offset: 0 31; - to_x: "_"; - to_y: "arrow_n_0"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_s_0"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_s_0"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_s_1"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_s_1"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_s_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 1; - offset: 0 6; - to_x: "_"; - to_y: "arrow_s_2"; - } - rel2 { - relative: 1 1; - offset: 0 27; - to_x: "_"; - to_y: "arrow_s_2"; - } - image.normal: "arrow_s.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_n_0"; - target: "arrow_n_1"; - target: "arrow_n_2"; - target: "arrow_n_3"; - target: "arrow_s_0"; - target: "arrow_s_1"; - target: "arrow_s_2"; - target: "arrow_s_3"; - after: "n0a"; - after: "s0a"; - } - program { - name: "n0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_0"; - after: "n1a"; - after: "n1b"; - } - program { - name: "n0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_3"; - } - program { - name: "n1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_1"; - after: "n2a"; - after: "n2b"; - } - program { - name: "n1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_0"; - } - program { - name: "n2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_2"; - after: "n3a"; - after: "n3b"; - } - program { - name: "n2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_1"; - } - program { - name: "n3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_n_3"; - after: "n0a"; - after: "n0b"; - } - program { - name: "n3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_n_2"; - } - program { - name: "s0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_0"; - after: "s1a"; - after: "s1b"; - } - program { - name: "s0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_3"; - } - program { - name: "s1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_1"; - after: "s2a"; - after: "s2b"; - } - program { - name: "s1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_0"; - } - program { - name: "s2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_2"; - after: "s3a"; - after: "s3b"; - } - program { - name: "s2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_1"; - } - program { - name: "s3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_s_3"; - after: "s0a"; - after: "s0b"; - } - program { - name: "s3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_s_2"; - } - } - } // }}} - - group { name: "modules/tiling/transition/vertical/composite"; // {{{ - min: 221 29; - data { - item: "shaped" "1"; - } - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 221 29; - max: 221 29; - state: "default" 0.0; - color: 255 255 255 0; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_w_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 0 1; - offset: 21 0; - to: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_w_3"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_w_3"; - to_y: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_w_2"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_w_2"; - to_y: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_w_1"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_w_1"; - to_y: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 10 0; - to_x: "arrow_w_0"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 31 0; - to_x: "arrow_w_0"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_e_0"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_e_0"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_e_1"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_e_1"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_e_2"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_e_2"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_w_0"; - target: "arrow_w_1"; - target: "arrow_w_2"; - target: "arrow_w_3"; - target: "arrow_e_0"; - target: "arrow_e_1"; - target: "arrow_e_2"; - target: "arrow_e_3"; - after: "w0a"; - after: "e0a"; - } - program { - name: "w0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_0"; - after: "w1a"; - after: "w1b"; - } - program { - name: "w0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_3"; - } - program { - name: "w1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_1"; - after: "w2a"; - after: "w2b"; - } - program { - name: "w1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_0"; - } - program { - name: "w2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_2"; - after: "w3a"; - after: "w3b"; - } - program { - name: "w2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_1"; - } - program { - name: "w3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_3"; - after: "w0a"; - after: "w0b"; - } - program { - name: "w3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_2"; - } - program { - name: "e0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_0"; - after: "e1a"; - after: "e1b"; - } - program { - name: "e0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_3"; - } - program { - name: "e1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_1"; - after: "e2a"; - after: "e2b"; - } - program { - name: "e1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_0"; - } - program { - name: "e2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_2"; - after: "e3a"; - after: "e3b"; - } - program { - name: "e2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_1"; - } - program { - name: "e3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_3"; - after: "e0a"; - after: "e0b"; - } - program { - name: "e3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_2"; - } - } - } // }}} - group { name: "modules/tiling/transition/vertical"; // {{{ - min: 221 29; - parts { - part { - name: "_"; - type: RECT; - mouse_events: 0; - description { - min: 221 29; - max: 221 29; - state: "default" 0.0; - color: 0 0 0 255; - rel1 { - relative: 0.0 0.0; - offset: 0 0; - } - rel2 { - relative: 1 1; - offset: -1 -1; - } - } - } - part { - name: "arrow_w_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 0 0; - offset: 0 0; - to: "_"; - } - rel2 { - relative: 0 1; - offset: 21 0; - to: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_w_3"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_w_3"; - to_y: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_w_2"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_w_2"; - to_y: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_w_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_w_1"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_w_1"; - to_y: "_"; - } - image.normal: "arrow_w.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_0"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 10 0; - to_x: "arrow_w_0"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 31 0; - to_x: "arrow_w_0"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_1"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_e_0"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_e_0"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_2"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_e_1"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_e_1"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - part { - name: "arrow_e_3"; - mouse_events: 0; - description { - state: "default" 0.0; - visible: 0; - color: 255 255 255 0; - rel1 { - relative: 1 0; - offset: 6 0; - to_x: "arrow_e_2"; - to_y: "_"; - } - rel2 { - relative: 1 1; - offset: 27 0; - to_x: "arrow_e_2"; - to_y: "_"; - } - image.normal: "arrow_e.png"; - fill.smooth: 0; - } - description { - state: "visible" 0.0; - inherit: "default" 0.0; - visible: 1; - color: 255 255 255 255; - } - } - } - programs { - program { - name: "init"; - signal: "load"; - source: ""; - action: STATE_SET "default" 0.0; - target: "arrow_w_0"; - target: "arrow_w_1"; - target: "arrow_w_2"; - target: "arrow_w_3"; - target: "arrow_e_0"; - target: "arrow_e_1"; - target: "arrow_e_2"; - target: "arrow_e_3"; - after: "w0a"; - after: "e0a"; - } - program { - name: "w0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_0"; - after: "w1a"; - after: "w1b"; - } - program { - name: "w0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_3"; - } - program { - name: "w1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_1"; - after: "w2a"; - after: "w2b"; - } - program { - name: "w1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_0"; - } - program { - name: "w2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_2"; - after: "w3a"; - after: "w3b"; - } - program { - name: "w2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_1"; - } - program { - name: "w3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_w_3"; - after: "w0a"; - after: "w0b"; - } - program { - name: "w3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_w_2"; - } - program { - name: "e0a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_0"; - after: "e1a"; - after: "e1b"; - } - program { - name: "e0b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_3"; - } - program { - name: "e1a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_1"; - after: "e2a"; - after: "e2b"; - } - program { - name: "e1b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_0"; - } - program { - name: "e2a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_2"; - after: "e3a"; - after: "e3b"; - } - program { - name: "e2b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_1"; - } - program { - name: "e3a"; - action: STATE_SET "visible" 0.0; - transition: SINUSOIDAL 0.25; - target: "arrow_e_3"; - after: "e0a"; - after: "e0b"; - } - program { - name: "e3b"; - action: STATE_SET "default" 0.0; - transition: DECELERATE 0.75; - target: "arrow_e_2"; - } - } - } // }}} } diff --git a/src/modules/tiling/images/arrow_e.png b/src/modules/tiling/images/arrow_e.png deleted file mode 100644 index 06b6f291b277b71103f53c99688bf2bc14ff458b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1135 zcmV-#1d#iQP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2ipc4 z6c8n*oUX_K00ZwyL_t(Y$F-L0ZW~n;g}-x|@n!6~iKC|ECebvsqEw~AMXH3tL-3RL z@I&}jP=E0Th_*moiK>cJAheW{s)X2yP_y}0= z(w)jQ1NuM=lIEWa!Pddl!LERL3Cfl*_6ps7Ly~|9z(Z*_yYm{)n8v^nBEOPl2PD%3 zH~Cu`U4w87O4p%sF{Hk{MHqgHQlA0WfSR;6~t5A#+n7JjuNI=d-i|Tt?~jy#LDzUCFl%UIqs; zfpibzQHINUi2UwjGP5T>UjkN9>SL_AOt~6i7ePm!sc#yIA>D`RZ!kPMCd-}zkAQ({ zw49w|8TdTCh1R#IRM#nc?`pYDZ}9tocqe>?RdVU@Y}wI*0(7X zHmNK`gcrdq<}4-6Ync9#0}fs$bPs+c%kBeT1BbK8pnW%4&+-OZZxNkaB#1P&p4U<` zkP##=VEnxY+HzAoO1OtP_ zx!%dx(Ld@l>^~(<@6D3m17>H1bRH&oo<8UJs7Mme&!`@8{1eW7JDX8w0nUTwA)V)G zjU-9Pj{o;GeS34?n_qbs%uXngm*ve*C~xB|^(WgV?6}V<{{;X5002ovPDHLkV1l#` B`jP+u diff --git a/src/modules/tiling/images/arrow_n.png b/src/modules/tiling/images/arrow_n.png deleted file mode 100644 index c5a5de51cc3fa9bf67f32e9176c040410373972f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1123 zcmV-p1f2VcP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2ipc4 z6bU&gom-y(00ZMmL_t(Y$E}s$ZW~1u#(%RryZ*Cwoy2K^TH4aoMUha1Py%fUf+y%z z)mOnnXgcJAM{lS>flCT_91%-X*Z+a{RLybN91eZ$A2SMZzYW5ub5l7N#jaH zbp`YSs45Tu4rBu6047gi_dL+A)< z8t>?v^j;Z?0z@Xjwrp+mr)wPi!=){tgHjJmNf$aKi)Du4Jg9gY@>d8Im*>?LNERdJ z7CLBs7o{Eo9iZjozm{noxQbHu(fV^{+8vU1Om!LbWlsnoAaCdh6_@v_%OFLJH64z6 z24e<@41pX-&ocFmKMSlA1b0Z9OElXxDmOqc`nL&SORQvNEhY1@tUuS~{mKn!wreEK zC4%4%unx?6p0iAAz%7(oC5~^?oM{rxfxhCeSP%n}gG<2;0aKm@4G0pig!05!AUcG` zs6jTq&1ABQ$PRD}6xzGB0W1>)OH^ttqFO*WTN*|(5C^so#Xgumn2{hND5cPKg`R`x zDui>s#vz2W5cfkWwHA54gtg1Su54|j+DlvoS}4^-hh_F|47OM5V0w`M0h43H=pLG4|3aZrVZR$q})vhLf4|JO|Jb(^0N;SPnt3Yr{8hM!w#u{uc6kUZq1~-8sbqo(v zh9@sDb`NncfC12=D6TOYc4!Q*(HJL02LVA9Tn;947;Ahj&g`zs4krZ$IO#GT^@!q_ zC@&vUWCiJQpDcTZb59WY0oe1H1hE|o_ZfquPZ^IspwYTaR4K9fC}TY8;iT&ynFG$d zgbA>Nxa*iAV$d(8Lk!k-ac&pq9s^H+eZR`Qlh{XO4{LYHvU?QW+l1jfD2=lz&b>t3 z&%lo7vC6kh1!w~+esx_(sRklLM1J$DYum4`@$_`@Q>=D2$xiVQ1NjvGDbQ1Eo0*!L zMpfVvFyjMMfD_=zlMT;X(!K{99yajOC{R=5334>hapg pI33UhkiT)wP0z-QoV`noKLO5d#*|hFdx!u4002ovPDHLkV1hyv=5_!8 diff --git a/src/modules/tiling/images/arrow_ne.png b/src/modules/tiling/images/arrow_ne.png deleted file mode 100644 index 8c5112de81349d6c13637c8274207eee3a1d0644..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1347 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 Y1uO5~Q+Z$uf&c&j07*qoM6N<$f(=CwJpcdz diff --git a/src/modules/tiling/images/arrow_se.png b/src/modules/tiling/images/arrow_se.png deleted file mode 100644 index 22613e48bf8c042b12848e084a892415b0511d33..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1300 zcmV+v1?&2WP)X1^@s6D=Y3@00001b5ch_0Itp) z=>Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2ipc4 z6cZ%+w#}UY00fjtL_t(Y$HkRPkDW&mhM%hL{%+?sXU218#xrA?5Fx;b5H2esh43Hj zZTqS3^+F9nKS41UAl|KId&8wq;WR1)Vo%_ zT~EDLC47!!H?KQJc|lf{kQV@q+lG4|&se=#%MId_xBi)fzxA>w9}cl{LQx$eatSlR zsuPa4{>tgjiPbNjN&W+SW&wK*g{ysZc#P^dG5Z?o4gn>l2Uz+&+n0aI+aGqo3_zak z_pcW8#+MQQ66#+e_^;r@4rYyZEfal^!<|WU#i1 zI}=AH;LUG*0#?$2M%D9aJa9TIec^L>0z(E&&aM9>1nE2<8WfT^ck{_hOz z_78=3-w*sWE7;l|;N*EUT*HTBihhY3f%ZT%unx!#af*lsaX3+yrF}-g>K`e8I|(cr z&*`G%`R7Vfb4c{ZAm2dsMT&BteB0wM3EKa(S0xDIZOtnwic;>aGq9W29sT_tzy9-x zLif;Y0`3yR1Pv3MKf<{$QdY+d4~Ary*8-9Q4loc8D2NCmLJK@xh_|<1_EeJ*Ne&6s zml1ajaaR!8C-^bm5AfNTyy{c#)_@Uza;0}#25p)YA2hpcJxVCBpOD!fVnzm(j&peB!hwvqk z@8bLm3`bY!Z4C%LA?$z-fXZ+~K}UiXK(+}kn-52@g^=ow6c<>WB5}oYFPW!aY=b`{ z=r%<$AgglR0Ky*lUC<#&vF0sd!}`gLv^AbIhj^N3<}GbIh4hHkV#!Bm$y19b*Ral+ zfGTL%_&Qs=MBFA|TBE==H$hrJ_rR$C)v=mRY1@x!4gM2~V{gE!^ z#1xs&PpRu&viTSv3RE*hJvc!GKru^@8e+SmUY%1ncOm|cuKg9n5BTS!x!hXsWlx#4 zw9`|Z{ub9i?Af6Q<8l`ig!u;h1KluEc0`&-)cWy zB2S0fj~%~xuZORD)Y*uj1Jvh4azrxB)|D0!pd+%xwR4au(M}1gbM8E@<;Jb}*)8>7 z)AM!V&O=3TOjmA$MNk2iL_b$fmqwK(GMBh=HNugJeBbzgoc{m{%F!%8hRo~$0000< KMNUMnLSTX|kzr5( diff --git a/src/modules/tiling/images/arrow_sw.png b/src/modules/tiling/images/arrow_sw.png deleted file mode 100644 index bfc2aead2fac28918d2d99da80789986a22c675a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1341 zcmV-D1;YA?P)X1^@s6D=Y3@00001b5ch_0Itp) z=>Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2ipc4 z6ciqF`-12I00g~BL_t(Y$Gw)nk0nPD$3NA-W@dNZzTJ0s`{R6T-!3LFCb1AgASC-z z1OZ6rgn$eJWJKu9{0YP)i1aSUL|8~*A%tWkFb2d~*7?@l?d^K^{hIe?rn`&at$jw8 zrFB9@t(Lk!T~*(zYT*;6cd(S-E_nJz&6y9Y-F8XWEEu;-dHHVQbDDg7dHZwW&9{bZ z?u|g7CF=+gMfHSbbA&98Y5zTuTfd8+2Vg#4z4@%Bh`2rzye|>Eh4n*x6>vlFJ0J#B1wZ!K@fNB(7&ByV&jbDCJlMZx zh%umABc{X_f*lBE2r>XW6l~>iVGZN1VHpv2%FC+BP%Q*C4iS$r7I6ksf&`EX%mCcF z!MYl2w#oJ>Hme~o{UE45siV&ZEGor{0kMcU#2P3R@n8a&b+AJy>k8-hvHp2%c$Q*x zh1b77&^xz--usz+b`Gi?!C)X85D=$`7jS?BQ-ixI6eo^yyi3=;Kz1!wH`(5PpWSf8 zd9%>BUR|&jA~#396hF;R0FN6X48e&YB49uqU{?T<6(C%9Y%Dj(`8gI%O-cu-JRqlI zlw)##!uj-=KR$k>zkX%R?BQHqzMCBNG*jG6Km_tdR24)J3u?e@K(Q~73%2YP%F~** z*(Y{q#5kpoXQ)2J`1`DBU1~ygggNP{ z38uan9l8Q&58AEZc?LQI=0fTWIVY43Yi6t$%?j|#-$Z_La6~Hq1bUU}hn^GVGL5RVZhWmZX%9$`UBV>BO=c|fr5g4`qJ35Qp^PxTPJbK7#bRnV6M ztZagAko-E93UH|Eg{l&&9hR0HTlzeu=*Gli&ey&?7x_{8pI^nNK>AyO2g3dLEL}1* zonf;QW^E>`A?qq3s<2Tel*Hk+Eb?RJ|7rgP`*;_p5q$-V00000NkvXXu0mjfJi1@$ diff --git a/src/modules/tiling/images/arrow_w.png b/src/modules/tiling/images/arrow_w.png deleted file mode 100644 index 479bad9bd65efd6f6740718d3082ed3faf87296a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1130 zcmV-w1eN=VP)Px#24YJ`L;(K){{a7>y{D4^000SaNLh0L01FcU01FcV0GgZ_00007bV*G`2ipc4 z6b=|FwcQ2)00ZhtL_t(Y$Gw)zZX87vhQHHYJ@?7PV`HO)1jR962}KBbLIOdsW0zIL zh6msgykk%&S>kOK(`Au)Jtk3E;3?y5R0rp6gxB9jHQ)SK?APj$}u z&womI#YfjxV;~Bz2b{FpetM0(0xSW_Kn*B`&l!*cd(vu;{xwwBRt2a4Gr&b)8EAyx zUEn^j4s1)SJ=C>TkrRMX0GtJ`A+kagEh16}EM7NJ{}ZY=fggcQX|A$K#t5+c`$ zqAL^%Z&55aFtNcp%W%-a<_XSqfk(hDFf=Cs-$mqejQNOaeUVzDMxhb|U`HMk8@fAv zyg!fX4Djq&=oD}TksBCumD96J)Mv{iO^9c}4?#8~3VD%euL`yR6ekRGOb%ZFljIuB z`6a5e1&VKiIRg@d>ww#x?6N@xdw@Ft4OMQ0kZ({Zd`ffv0@a0t(lVHZ@p28y@hRk^ z9OpJseGKdb_<@sFfD4FR$C#@$=Pyt@lTf+@=C!cYfqJkV$ormN_iwyk2krpdfYr5C zF;l{x0X`;-0&>z(u0y z6ROo^s&hq3mmppUK*A|A$e%*GYw7Jh!Ta05?I8So5^@xZQv=>3ju)w(K1J~jF!LZq zVAARez7KW_277(1dw}XK;3+ViE_f7nl@M7ViW?LvG3G2tX=<1>QmA3yk@Ux!0GE?I_=a(a$h==-K@98EN`0 z-hU0;3av^!fqwPnH5*1l7u6^nLe>-3&y4DUj=4!#?N0z@T9iV1N%hsb&0G*CEVebQ=sU0dA-en1uS z96B2gXP2nkGRgJ}KlRyUmqDb4YJC#<5sgW!?WVvf)@JNi8b{|cB_HLe zPf_gwqhn3_81Ow*M_AisuX}~j@aT+k?)TuQ+mqb9bnpf67VrzIJ)Ces8SFH