posodobitev

This commit is contained in:
2025-12-08 17:17:26 +01:00
parent abc536fea1
commit 30eb2d1dc8
5 changed files with 412 additions and 7 deletions

View File

@@ -10,7 +10,8 @@ class BuildingSystem {
house: { name: 'House', cost: { wood: 20, stone: 20, gold: 50 }, w: 1, h: 1 }, // Visual is bigger but anchor is 1 tile
barn: { name: 'Barn', cost: { wood: 50, stone: 10 }, w: 1, h: 1 },
silo: { name: 'Silo', cost: { wood: 30, stone: 30 }, w: 1, h: 1 },
stable: { name: 'Stable', cost: { wood: 40, stone: 20 }, w: 1, h: 1 }
stable: { name: 'Stable', cost: { wood: 40, stone: 20 }, w: 1, h: 1 },
greenhouse: { name: 'Greenhouse', cost: { glass: 20, wood: 15 }, w: 2, h: 2 } // Winter farming
};
// Textures init