tools: remove shining image.

This commit is contained in:
ChunEon Park 2014-09-02 19:54:26 +09:00
parent ff2eb4c3d1
commit 3c2d9912d0
1 changed files with 0 additions and 14 deletions

View File

@ -10,7 +10,6 @@ images {
image: "live_rel1_dragable.png" COMP;
image: "live_rel2_dragable.png" COMP;
image: "live_bg_glow_in.png" COMP;
image: "shine.png" COMP;
image: "bevel_in.png" COMP;
}
@ -2185,19 +2184,6 @@ group { name: "main_layout";
rel2.offset: -4 -1;
}
}
part { name: "tools_shine";
type: IMAGE;
scale: 1;
mouse_events: 0;
description { state: "default" 0.0;
rel1 { to: "tools_base"; relative: 0 0; }
rel2 { to: "tools_base"; relative: 1 0; }
min: 0 1;
fixed: 0 1;
align: 0.5 0;
image.normal: "shine.png";
}
}
part { name: "tools_overlay";
type: IMAGE;
scale: 1;