diff options
Diffstat (limited to 'assets/sprites')
| -rw-r--r-- | assets/sprites/gui/widgets.skin | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/assets/sprites/gui/widgets.skin b/assets/sprites/gui/widgets.skin index 345a014..86755cd 100644 --- a/assets/sprites/gui/widgets.skin +++ b/assets/sprites/gui/widgets.skin @@ -45,6 +45,10 @@ bgTile02: { color: { hex: "#e98e42ff" } name: tile + }, + board_bg: { + color: { hex: "#00000055" }, + name: gradient } } com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: { @@ -56,6 +60,14 @@ disabled: down } }, + com.badlogic.gdx.scenes.scene2d.ui.ImageButton$ImageButtonStyle: { + inventory: { + up: lvlup + }, + shop: { + up: shop + } + }, com.badlogic.gdx.scenes.scene2d.ui.Button$ButtonStyle: { default: { up: up, @@ -89,6 +101,9 @@ com.badlogic.gdx.scenes.scene2d.ui.Table: { default: { background: plain_up + }, + board: { + background: board_bg } }, com.badlogic.gdx.scenes.scene2d.ui.ProgressBar$ProgressBarStyle: { @@ -96,5 +111,11 @@ background: gray_tile, knobBefore: green_tile } + }, + com.badlogic.gdx.scenes.scene2d.ui.Window$WindowStyle: { + dialog: { + titleFont: default, + background: plain_down + } } }
\ No newline at end of file |
