Allow customizing both button image color and text
This commit is contained in:
parent
5281be4dd4
commit
fbff065a8d
10 changed files with 240 additions and 250 deletions
|
@ -3,6 +3,7 @@
|
|||
"price": 20,
|
||||
"colors": {
|
||||
"background": "0a0a0aff",
|
||||
"foreground": "f0f0f0ff",
|
||||
"buttons": [
|
||||
"4d4d4dff",
|
||||
"4d4d4dff",
|
||||
|
@ -18,7 +19,8 @@
|
|||
"current_score": "b3b3b3ff",
|
||||
"high_score": "f9f9f9ff",
|
||||
"bonus": "f9f9f9ff",
|
||||
"band": "4d4d4dff"
|
||||
"band": "4d4d4dff",
|
||||
"text": "f0f0f0ff"
|
||||
},
|
||||
"cell_texture": "basic.png"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"price": 0,
|
||||
"colors": {
|
||||
"background": "333333ff",
|
||||
"foreground": "ddddddff",
|
||||
"buttons": [
|
||||
"03c13dff",
|
||||
"007da4ff",
|
||||
|
@ -18,7 +19,8 @@
|
|||
"current_score": "c83737ff",
|
||||
"high_score": "d400aaff",
|
||||
"bonus": "e3e3e3ff",
|
||||
"band": "2b5ccfff"
|
||||
"band": "2b5ccfff",
|
||||
"text": "ffffffff"
|
||||
},
|
||||
"cell_texture": "basic.png"
|
||||
}
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
"price": 0,
|
||||
"colors": {
|
||||
"background": "ffffffff",
|
||||
"foreground": "ffffffff",
|
||||
"buttons": [
|
||||
"00ff33ff",
|
||||
"ffd700ff",
|
||||
|
@ -18,7 +19,8 @@
|
|||
"current_score": "ffcc00ff",
|
||||
"high_score": "65d681ff",
|
||||
"bonus": "4d4d4dff",
|
||||
"band": "87ceebff"
|
||||
"band": "87ceebff",
|
||||
"text": "111111ff"
|
||||
},
|
||||
"cell_texture": "basic.png"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue