From 25ad3de381e87c3323392e6ef976e7009ffb698f Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sat, 15 Oct 2022 17:20:06 +0200 Subject: мультикультурность текста (монкалаух момент) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/sprites/gui/widgets.skin | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'assets') diff --git a/assets/sprites/gui/widgets.skin b/assets/sprites/gui/widgets.skin index 7e408a6..16cef5c 100644 --- a/assets/sprites/gui/widgets.skin +++ b/assets/sprites/gui/widgets.skin @@ -1,4 +1,12 @@ { + + Color: { + blackSemitransparent: {hex: "#00000099"}, + grey: {hex: "#5f574fff" }, + lightgrey: {hex: "#c2c3c7ff" }, + white: {hex: "#fff1e8ff" }, + yellow: {hex: "#ffec27ff" } + }, com.badlogic.gdx.graphics.g2d.BitmapFont: { default: { file: fnt/MaxonTrebuchet.fnt, -- cgit v1.2.3