diff options
| author | ilotterytea <iltsu@alright.party> | 2024-10-08 01:54:47 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-10-08 01:54:47 +0500 |
| commit | c5ee68a647871ca7bc8044a96759e7c00f9188db (patch) | |
| tree | 5101f68c9d33ed0c2c7ebb00178fe9d4537d9fe0 /assets/sprites | |
| parent | 8e046a873ae0df5d7215103f69bcd0fcae5a2a00 (diff) | |
feat: Android support (again)
Diffstat (limited to 'assets/sprites')
| -rw-r--r-- | assets/sprites/gui/ui.skin | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/assets/sprites/gui/ui.skin b/assets/sprites/gui/ui.skin index 04598a4..e0df22b 100644 --- a/assets/sprites/gui/ui.skin +++ b/assets/sprites/gui/ui.skin @@ -1,5 +1,5 @@ { - Color: { + com.badlogic.gdx.graphics.Color: { white: { hex: "#ffffffff" }, store_item: { hex: "#bbbbbbff" }, store_item_hover: { hex: "#ffffffff" }, @@ -7,7 +7,7 @@ store_item_price_available: { hex: "#00ff00ff" }, store_item_price_disabled: { hex: "#ff0000ff" } }, - TintedDrawable: { + com.badlogic.gdx.scenes.scene2d.ui.Skin$TintedDrawable: { button_pressed: { color: { hex: "#ad6235ff" }, name: pressed }, button_idle: { color: { hex: "#cb7e39ff" }, name: idle }, button_hover: { color: { hex: "#e58b41ff" }, name: idle }, @@ -27,27 +27,27 @@ // TODO: Test this file path on Android platform com.badlogic.gdx.graphics.g2d.BitmapFont: { default: { - file: ../../fnt/FontText.fnt, + file: fnt/FontText.fnt, scaledSize: 24 }, store_item_name: { - file: ../../fnt/FontText.fnt, + file: fnt/FontText.fnt, scaledSize: 19 }, store_item_price: { - file: ../../fnt/FontText.fnt, + file: fnt/FontText.fnt, scaledSize: 18 }, store_control: { - file: ../../fnt/FontText.fnt, + file: fnt/FontText.fnt, scaledSize: 18 }, tooltip: { - file: ../../fnt/FontText.fnt, + file: fnt/FontText.fnt, scaledSize: 19 }, slots: { - file: ../../fnt/FontText.fnt, + file: fnt/FontText.fnt, scaledSize: 16 } }, |
