phase 11 koncano
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user