瀏覽代碼

Give *towns* a unique icon. Not apartments.

tags/v0.0.3
Fen Dweller 5 年之前
父節點
當前提交
8c72689aff
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      constants.js

+ 2
- 2
constants.js 查看文件

@@ -52,7 +52,7 @@ const buildings = {
"desc": "More snacks, less packaging.",
"cost": 1.8e6,
"prod": 1e4/1.5,
"icon": "fa-store"
"icon": "fa-building"
},
"block": {
"name": "Block",
@@ -68,7 +68,7 @@ const buildings = {
"desc": "'Tourist trap' has never been this literal.",
"cost": 2.2e8,
"prod": 1e6/1.7,
"icon": "fa-building"
"icon": "fa-store"
},
"city": {
"name": "City",


Loading…
取消
儲存