X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fr2c2.res;h=c630dbf7f3a7e5c54ee6d1d91e8e33bb5b9f0692;hb=df88ff837468c32986c73740b4fc8279bc152e47;hp=fb673210f2a49ec69e23ef93ce876c7198ded5fd;hpb=d84f187ca34a6ab2f8c37d85fa13d5c113714344;p=r2c2.git diff --git a/data/r2c2.res b/data/r2c2.res index fb67321..c630dbf 100644 --- a/data/r2c2.res +++ b/data/r2c2.res @@ -442,6 +442,7 @@ graphic "cursor" { texture "gui.png"; slice 40 81 2 10; + shadow { bottom 1; }; }; style "entry" @@ -466,7 +467,7 @@ style "entry" align 0.0 0.5; fill 0.0 0.0; size 2 12; - margin { left 3; right 3; }; + margin { horizontal 3; }; }; }; @@ -665,7 +666,7 @@ style "vslider" { graphic NORMAL "vertical_knob"; fill 0.0 0.0; - align 0.0 1.0; + align 0.5 1.0; }; }; @@ -752,8 +753,42 @@ style "toggle-lever" }; }; +graphic "clock_face" +{ + texture "clock.png"; + slice 0 0 200 200; +}; + +graphic "clock_hour" +{ + texture "clock.png"; + slice 202 0 10 63; +}; + +graphic "clock_minute" +{ + texture "clock.png"; + slice 204 65 6 99; +}; + style "clock" { - part "hourhand"; - part "minutehand"; + part + { + graphic NORMAL "clock_face"; + align 0.5 0.5; + fill 0.0 0.0; + }; + + part "hourhand" + { + graphic NORMAL "clock_hour"; + align 0.5 0.159; + }; + + part "minutehand" + { + graphic NORMAL "clock_minute"; + align 0.5 0.101; + }; };