diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-29 19:42:39 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-29 19:42:39 +0500 |
| commit | d41de93e0e08b72a899e21dcbc968113f30a485f (patch) | |
| tree | 07d7193413d0f4200ae52e2a4c632d2bc8a953d6 /assets | |
| parent | 404fe897f8a50c62db8604385d41984e0c0e96fb (diff) | |
feat: tint the menu background
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainSpritesheet.skin | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin index 1defa49..1f1da71 100644 --- a/assets/MainSpritesheet.skin +++ b/assets/MainSpritesheet.skin @@ -29,7 +29,9 @@ shop_item: { color: {hex: "#ffa61bff" }, name: tile }, window: { color: { hex: "#00000055" }, name: bg }, - fill_circle: { color: { hex: "#00ff00ff" }, name: circle } + fill_circle: { color: { hex: "#00ff00ff" }, name: circle }, + + tint: { color: { hex: "#00000055" }, name: tile } } com.badlogic.gdx.graphics.g2d.BitmapFont: { default: { |
