X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=data%2Fr2c2.res;h=fb673210f2a49ec69e23ef93ce876c7198ded5fd;hb=d6213fa0f35a06182a7d3e88959c67ff019713b6;hp=18cdfc828260824bebd7dce262dfd25e5658f12d;hpb=f139a89c01dfc6580ecd1a5399e146ce45f865a4;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";