diff options
| author | ilotterytea <iltsu@alright.party> | 2024-06-10 02:30:27 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-06-10 02:30:27 +0500 |
| commit | 8af98ac84fdcef1295fbc82137d6b65a703d4388 (patch) | |
| tree | b058b75347da59e45c4d02e076f6fb6464ea67b7 /assets | |
| parent | b7736a15442cee4c56ee8d0badeaf4201ed69a6d (diff) | |
feat: show tooltips for pets
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/sprites/gui/ui.skin | 12 |
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 |
