Added research display to the game
This commit is contained in:
+10
-5
@@ -3,7 +3,8 @@
|
||||
"id": "basics",
|
||||
"inputs": [],
|
||||
"research": "",
|
||||
"crafttime": 1.0
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/BasicsSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "stoneage",
|
||||
@@ -18,7 +19,8 @@
|
||||
}
|
||||
],
|
||||
"research": "basics",
|
||||
"crafttime": 1.0
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/StoneageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "copperage",
|
||||
@@ -33,7 +35,8 @@
|
||||
}
|
||||
],
|
||||
"research": "stoneage",
|
||||
"crafttime": 1.0
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/CopperageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "bronzeage",
|
||||
@@ -48,7 +51,8 @@
|
||||
}
|
||||
],
|
||||
"research": "copperage",
|
||||
"crafttime": 1.0
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/BronzeageSymbol.png"
|
||||
},
|
||||
{
|
||||
"id": "ironage",
|
||||
@@ -67,6 +71,7 @@
|
||||
}
|
||||
],
|
||||
"research": "bronzeage",
|
||||
"crafttime": 1.0
|
||||
"crafttime": 1.0,
|
||||
"texture": "res://Assets/Images/Research/IronageSymbol.png"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user