diff options
| author | ilotterytea <iltsu@alright.party> | 2024-05-28 23:16:32 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2024-05-28 23:16:32 +0500 |
| commit | 62810e3d248a81ab6a4b6bc8b321ecd85d565a0c (patch) | |
| tree | dbd16ebc83c4e48f5e34becbc47ae5f32a9f1ffe /assets | |
| parent | d1d599552a0253c2637cc270642564c2ec55b7db (diff) | |
upd: shop item background + shop ui background
Diffstat (limited to 'assets')
| -rw-r--r-- | assets/MainSpritesheet.skin | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/assets/MainSpritesheet.skin b/assets/MainSpritesheet.skin index 7306f2b..c859083 100644 --- a/assets/MainSpritesheet.skin +++ b/assets/MainSpritesheet.skin @@ -24,8 +24,9 @@ tile_04: { color: { hex: "#00ff00ff" }, name: tile }, tile_05: { color: { hex: "#222222ff" }, name: tile }, - board: { color: { hex: "#00000055" }, name: tile }, - shop_list: { color: {hex: "#dda300ff" }, name: tile }, + board: { color: { hex: "#ffa61bff" }, name: tile }, + shop_list: { color: {hex: "#e98e42ff" }, name: tile }, + shop_item: { color: {hex: "#ffa61bff" }, name: tile }, window: { color: { hex: "#00000055" }, name: bg }, fill_circle: { color: { hex: "#00ff00ff" }, name: circle } |
