Add custom Theme system using external files
This commit is contained in:
parent
eb9b6ee5f1
commit
219e229bb9
7 changed files with 135 additions and 93 deletions
19
android/assets/themes/default.theme
Normal file
19
android/assets/themes/default.theme
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "Default",
|
||||
"price": 0,
|
||||
"colors": {
|
||||
"background": "e6e6e6ff",
|
||||
"buttons": [
|
||||
"00ff33ff",
|
||||
"ffd700ff",
|
||||
"2389fcff",
|
||||
"d94848ff"
|
||||
],
|
||||
"cells": [
|
||||
"7988bfff", "98dc53ff", "4cd4aeff",
|
||||
"fec63dff", "ec9548ff", "e66a82ff", "da6554ff",
|
||||
"57cb84ff", "5abee2ff"
|
||||
]
|
||||
},
|
||||
"cell_texture": "basic.png"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue