23 lines
490 B
JSON
23 lines
490 B
JSON
{
|
|
"tiers": [
|
|
{
|
|
"tierEnum": "Tier1",
|
|
"threshold": 1000,
|
|
"imagePath": "res://Sprites/Temple.png",
|
|
"scale": { "x": 0.05, "y": 0.05 }
|
|
},
|
|
{
|
|
"tierEnum": "Tier2",
|
|
"threshold": 3000,
|
|
"imagePath": "res://Sprites/temple_tier_2.png",
|
|
"scale": { "x": 0.05, "y": 0.05 }
|
|
},
|
|
{
|
|
"tierEnum": "Tier3",
|
|
"threshold": 6000,
|
|
"imagePath": "res://Sprites/temple_tier_3.png",
|
|
"scale": { "x": 0.05, "y": 0.05 }
|
|
}
|
|
]
|
|
}
|