Redo edc a little bit. IMHO this looks better. Sorry boneyfrog.

SVN revision: 20590
This commit is contained in:
Christopher Michael 2006-02-19 20:35:38 +00:00
parent 7268309a83
commit 2df0493ae8
1 changed files with 9 additions and 49 deletions

58
net.edc
View File

@ -1,9 +1,6 @@
images
{
image: "module_icon.png" COMP;
image: "bg.png" COMP;
image: "over.png" COMP;
image: "over_res.png" COMP;
}
fonts
@ -55,55 +52,18 @@ group
}
parts{
part {
name: "background";
mouse_events: 1;
description {
state: "default" 0.0;
rel1 {
to: "overlay";
}
rel2 {
to: "overlay";
}
image {
normal: "bg.png";
border: 6 6 6 6;
}
fill {
smooth: 0;
}
}
}
part {
name: "overlay";
mouse_events: 0;
description {
state: "default" 0.0;
image {
normal: "over.png";
border: 13 13 13 13;
middle: 0;
}
fill {
smooth: 0;
}
}
}
part {
name: "net";
mouse_events: 0;
description {
state: "default" 0.0;
color: 255 255 255 128;
color: 255 255 255 255;
aspect: 1.0 1.0;
rel1 {
offset: 4 4;
offset: 0 0;
}
rel2 {
offset: -5 -5;
offset: -1 -1;
}
image {
normal: "module_icon.png";
@ -125,14 +85,14 @@ group
align: 1.0 0.0;
rel1 {
relative: 1.0 0.0;
to_x: "overlay";
to_x: "net";
offset: -2 1;
}
rel2 {
relative: 1.0 0.0;
}
color: 0 0 0 255;
color3: 255 255 255 100;
color: 255 255 255 255;
color3: 0 0 0 100;
text {
text: "out";
font: "VeraMono";
@ -154,14 +114,14 @@ group
align: 1.0 0.0;
rel1 {
relative: 1.0 1.0;
to_x: "overlay";
to_x: "net";
offset: -2 -10;
}
rel2 {
relative: 1.0 1.0;
}
color: 0 0 0 255;
color3: 255 255 255 100;
color: 255 255 255 255;
color3: 0 0 0 100;
text {
text: "in";
font: "VeraMono";