X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fr2c2.res;h=9a00dd6c253f6e08182e438418bde92d1b623d87;hb=fa87851948ddc1908cfe6833aef08f582a7fb8fc;hp=18cdfc828260824bebd7dce262dfd25e5658f12d;hpb=f139a89c01dfc6580ecd1a5399e146ce45f865a4;p=r2c2.git diff --git a/data/r2c2.res b/data/r2c2.res index 18cdfc8..9a00dd6 100644 --- a/data/r2c2.res +++ b/data/r2c2.res @@ -409,6 +409,28 @@ style "label-digital" }; }; +style "label-digital_borderless" +{ + font "digitalreadout-16.font"; + font_color 0.3 1 0.3; + + part "text" + { + fill 0.0 0.0; + align 0.0 0.5; + }; +}; + +style "panel-digital_background" +{ + part + { + graphic NORMAL "sunken_black_bg"; + }; + + part "children"; +}; + graphic "sunken_white_bg" { texture "gui.png"; @@ -730,8 +752,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; + }; };