diff options
| author | ilotterytea <iltsu@alright.party> | 2022-10-15 17:20:29 +0200 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-10-15 17:20:29 +0200 |
| commit | eb2bd050b5d267bd9804034f738c995a8c97ead8 (patch) | |
| tree | 8d7392b6e4d00b3b69c16927fb5887c7aa477e3c /assets | |
| parent | 25ad3de381e87c3323392e6ef976e7009ffb698f (diff) | |
скинчики для поля ввода и таблицы
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sprites/gui/widgets.skin | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/assets/sprites/gui/widgets.skin b/assets/sprites/gui/widgets.skin index 16cef5c..6497438 100644 --- a/assets/sprites/gui/widgets.skin +++ b/assets/sprites/gui/widgets.skin @@ -60,5 +60,19 @@ background: up, wrapWidth: 400 } + }, + com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { + default: { + font: default, + fontColor: lightgrey, + focusedFontColor: yellow, + background: plain_up, + focusedBackground: plain_over, + } + }, + com.badlogic.gdx.scenes.scene2d.ui.Table: { + default: { + background: plain_up + } } }
\ No newline at end of file |
