diff options
| author | ilotterytea <iltsu@alright.party> | 2022-12-09 19:15:28 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-12-09 19:15:28 +0600 |
| commit | bd5cbc55f5daacca1936cb4c4da2200dba49737d (patch) | |
| tree | a4a5cb80dd1acab88c82933f5723917fb29d2041 /assets | |
| parent | 1fe0288f20b16555a481e39cb212bb57983b2400 (diff) | |
asda
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainSpritesheet.skin | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin index d64ca5f..acf19ea 100644 --- a/assets/MainSpritesheet.skin +++ b/assets/MainSpritesheet.skin @@ -42,7 +42,8 @@ }, com.badlogic.gdx.scenes.scene2d.ui.Label$LabelStyle: { default: { font: default, fontColor: { hex: "#ffffff" } }, - debug: { font: default, fontColor: { hex: "#ffffff" }, background: tile_03 } + debug: { font: default, fontColor: { hex: "#ffffff" }, background: tile_03 }, + with_background: { font: default, fontColor: white, background: fg } }, com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { @@ -68,7 +69,10 @@ shop: { up: shop }, inventory: { up: inventory }, gift: { up: gift }, - close: { up: close } + close: { up: close }, + delete: { up: delete }, + right_arrow: { up: right_arrow }, + left_arrow: { up: left_arrow } }, com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: { @@ -83,5 +87,14 @@ background: tile_05, knobBefore: tile_04 } + }, + + com.badlogic.gdx.scenes.scene2d.ui.TextField$TextFieldStyle: { + default: { + font: default, + background: fg, + cursor: tile_01, + selection: tile_02 + } } }
\ No newline at end of file |
