Added research display to the game

This commit is contained in:
2026-05-06 21:10:04 +02:00
parent a9475aaaf9
commit ce99936298
31 changed files with 414 additions and 52 deletions
+10 -5
View File
@@ -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"
}
]