sky test edje - clip contents pls. :)

SVN revision: 51793
This commit is contained in:
Carsten Haitzler 2010-09-01 01:13:16 +00:00
parent 42ec2033bb
commit fabb5d67bb
1 changed files with 12 additions and 0 deletions

View File

@ -7,8 +7,14 @@ collections {
image: "clo.png" LOSSY 60; image: "clo.png" LOSSY 60;
} }
parts { parts {
part { name: "clip";
type: RECT;
description { state: "default" 0.0;
}
}
part { name: "sky"; part { name: "sky";
mouse_events: 0; mouse_events: 0;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
aspect: 2.6225 2.6225; aspect: 2.6225 2.6225;
aspect_preference: NONE; aspect_preference: NONE;
@ -26,6 +32,7 @@ collections {
} }
part { name: "under"; part { name: "under";
mouse_events: 0; mouse_events: 0;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.5 0.0; align: 0.5 0.0;
aspect: 1.486068111 1.486068111; aspect: 1.486068111 1.486068111;
@ -35,6 +42,7 @@ collections {
} }
part { name: "element1"; part { name: "element1";
type: SWALLOW; type: SWALLOW;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1 {
relative: 0.2 0.2; relative: 0.2 0.2;
@ -46,6 +54,7 @@ collections {
} }
part { name: "element2"; part { name: "element2";
type: SWALLOW; type: SWALLOW;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1 {
relative: 0.6 0.3; relative: 0.6 0.3;
@ -57,6 +66,7 @@ collections {
} }
part { name: "element3"; part { name: "element3";
type: SWALLOW; type: SWALLOW;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
rel1 { rel1 {
relative: 0.1 0.7; relative: 0.1 0.7;
@ -68,6 +78,7 @@ collections {
} }
part { name: "over"; part { name: "over";
mouse_events: 0; mouse_events: 0;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
align: 0.0 1.0; align: 0.0 1.0;
aspect: 2.238095238 2.238095238; aspect: 2.238095238 2.238095238;
@ -78,6 +89,7 @@ collections {
} }
part { name: "clo"; part { name: "clo";
mouse_events: 0; mouse_events: 0;
clip_to: "clip";
description { state: "default" 0.0; description { state: "default" 0.0;
fill { fill {
smooth: 0; smooth: 0;