phase 11 koncano

This commit is contained in:
2025-12-08 14:01:41 +01:00
parent 07f0752d81
commit f3d476e843
21 changed files with 1503 additions and 200 deletions

View File

@@ -22,7 +22,7 @@ class ExpansionSystem {
id: 'forest',
name: 'Dark Forest',
x: 40, y: 0, w: 60, h: 40, // Right of farm
unlocked: false,
unlocked: true,
cost: 100, // 100 Gold Coins
req: 'None',
color: 0x006400
@@ -31,7 +31,7 @@ class ExpansionSystem {
id: 'city',
name: 'Ruined City',
x: 0, y: 40, w: 100, h: 60, // Below farm & forest
unlocked: false,
unlocked: true,
cost: 500,
req: 'Kill Boss',
color: 0x808080