diff options
Diffstat (limited to 'assets/MainSpritesheet.skin')
| -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: { |
