74 lines
1.4 KiB
JSON
74 lines
1.4 KiB
JSON
{
|
|
"elements": [
|
|
{
|
|
"id": "red",
|
|
"sprite": "element_red",
|
|
"color": "#e74c3c",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 10
|
|
},
|
|
{
|
|
"id": "blue",
|
|
"sprite": "element_blue",
|
|
"color": "#3498db",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 10
|
|
},
|
|
{
|
|
"id": "green",
|
|
"sprite": "element_green",
|
|
"color": "#2ecc71",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 10
|
|
},
|
|
{
|
|
"id": "yellow",
|
|
"sprite": "element_yello",
|
|
"color": "#f1c40f",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 10
|
|
},
|
|
{
|
|
"id": "purple",
|
|
"sprite": "element_purple",
|
|
"color": "#9b59b6",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 10
|
|
},
|
|
{
|
|
"id": "orange",
|
|
"sprite": "element_orange",
|
|
"color": "#e67e22",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 10
|
|
},
|
|
{
|
|
"id": "special",
|
|
"sprite": "element_special",
|
|
"color": "#95a5a6",
|
|
"animation": {
|
|
"match": "scale_fade",
|
|
"fall": "bounce"
|
|
},
|
|
"score": 50
|
|
}
|
|
]
|
|
} |