X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fr2c2.res;fp=data%2Fr2c2.res;h=fb673210f2a49ec69e23ef93ce876c7198ded5fd;hb=d84f187ca34a6ab2f8c37d85fa13d5c113714344;hp=18cdfc828260824bebd7dce262dfd25e5658f12d;hpb=d06a1e1ab34e5ecb4bb7011d44298a0b5e6162be;p=r2c2.git diff --git a/data/r2c2.res b/data/r2c2.res index 18cdfc8..fb67321 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";