Refactor hut tier definitions to use images and scales instead of scene paths; add moddable visual component

This commit is contained in:
2025-08-23 15:41:57 +02:00
parent 8efbc9cc6e
commit 608bcc552d
15 changed files with 204 additions and 15 deletions

View File

@@ -3,17 +3,14 @@
{
"tierEnum": "Tier1",
"threshold": 150,
"scenePath": "res://Scenes/Huts/hut_tier_1.tscn"
"imagePath": "user://Mods/Tiers/Huts/hut_tier_1.png",
"scale": {"x": 0.01, "y": 0.01}
},
{
"tierEnum": "Tier2",
"threshold": 750,
"scenePath": "res://Scenes/Huts/hut_tier_2.tscn"
},
{
"tierEnum": "Tier3",
"threshold": 2000,
"scenePath": "res://Scenes/Huts/hut_tier_3.tscn"
"imagePath": "user://Mods/Tiers/Huts/hut_tier_2.png",
"scale": {"x": 0.01, "y": 0.01}
}
]
}