Make the erase have a percentage complete.

This commit is contained in:
Jaime Thomas
2008-11-17 21:31:23 +00:00
parent 7b12247d36
commit ae9c73f2b4
4 changed files with 56 additions and 8 deletions

View File

@ -159,7 +159,7 @@ group {
rel1 {
to: "progress_outline";
relative: 0.0 0.0;
relative: 0.0 0.7;
offset: 5 5;
}
@ -185,6 +185,39 @@ group {
}
}
part {
name: "progress_percent";
type: TEXT;
effect: SOFT_SHADOW;
description {
state: "default" 0.0;
fixed: 1 1;
color: 200 200 200 255;
color3: 20 20 20 255;
rel1 {
to: "progress_outline";
relative: 0.0 0.0;
offset: 5 5;
}
rel2 {
to: "progress_outline";
relative: 1.0 0.7;
offset: -6 -6;
}
text {
text: "0%";
font: "ecdb/default";
min: 1 1;
size: 72;
align: 0.5 0.5;
}
}
}
part {
name: "disabled_hack";
type: RECT;