Update follower and temple tier images; add new tier images and adjust paths

This commit is contained in:
2025-08-23 22:32:34 +02:00
parent 3d48d7e9d6
commit 048688da45
15 changed files with 221 additions and 18 deletions

View File

@@ -4,31 +4,31 @@
"tierEnum": "Tier1",
"threshold": 0,
"imagePath": "res://Sprites/Follower.png",
"scale": {"x": 0.1, "y": 0.1}
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier2",
"threshold": 200,
"imagePath": "res://Sprites/Follower.png",
"scale": {"x": 0.1, "y": 0.1}
"imagePath": "res://Sprites/follower_tier_2.png",
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier3",
"threshold": 500,
"imagePath": "res://Sprites/Follower.png",
"scale": {"x": 0.1, "y": 0.1}
"imagePath": "res://Sprites/follower_tier_3.png",
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier4",
"threshold": 1000,
"imagePath": "res://Sprites/Follower.png",
"scale": {"x": 0.1, "y": 0.1}
"imagePath": "res://Sprites/follower_tier_4.png",
"scale": { "x": 0.1, "y": 0.1 }
},
{
"tierEnum": "Tier5",
"threshold": 2500,
"imagePath": "res://Sprites/Follower.png",
"scale": {"x": 0.1, "y": 0.1}
"imagePath": "res://Sprites/follower_tier_5.png",
"scale": { "x": 0.1, "y": 0.1 }
}
]
}

View File

@@ -9,13 +9,13 @@
{
"tierEnum": "Tier2",
"threshold": 3000,
"imagePath": "res://Sprites/Temple.png",
"imagePath": "res://Sprites/temple_tier_2.png",
"scale": { "x": 0.05, "y": 0.05 }
},
{
"tierEnum": "Tier3",
"threshold": 6000,
"imagePath": "res://Sprites/Temple.png",
"imagePath": "res://Sprites/temple_tier_3.png",
"scale": { "x": 0.05, "y": 0.05 }
}
]