adjust min/max properly for bulb.

SVN revision: 79778
This commit is contained in:
Carsten Haitzler 2012-11-28 10:32:05 +00:00
parent 588e03f36d
commit f62c47e103
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ group { name: "e/modules/backlight/main";
images.image: "bulb_on.png" COMP;
images.image: "bulb_over.png" COMP;
min: 16 16;
max: 152 152;
max: 160 160;
script {
public message(Msg_Type:type, id, ...) {
if ((type == MSG_FLOAT) && (id == 0)) {
@ -39,6 +39,7 @@ group { name: "e/modules/backlight/main";
rel2.relative: (156/160) (156/160);
aspect: 1.0 1.0; aspect_preference: BOTH;
image.normal: "bulb_off.png";
max: 152 152;
}
}
part { name: "glow2";