summaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/sprites/gui/ui.skin12
1 files changed, 12 insertions, 0 deletions
diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin
index e73ff8d..4a1bd53 100644
--- a/assets/sprites/gui/ui.skin
+++ b/assets/sprites/gui/ui.skin
@@ -41,6 +41,10 @@
store_control: {
file: ../../fnt/FontText.fnt,
scaledSize: 18
+ },
+ tooltip: {
+ file: ../../fnt/FontText.fnt,
+ scaledSize: 19
}
},
com.badlogic.gdx.scenes.scene2d.ui.TextButton$TextButtonStyle: {
@@ -89,5 +93,13 @@
fontColor: white,
background: button_disabled
}
+ },
+ com.badlogic.gdx.scenes.scene2d.ui.TextTooltip$TextTooltipStyle: {
+ default: {
+ label: {
+ font: tooltip
+ },
+ background: button_disabled
+ }
}
} \ No newline at end of file