add shields and tiers on ui
This commit is contained in:
@@ -28,6 +28,16 @@ static var _list: Array[Dictionary] = [
|
||||
"result_scene": "res://scenes/PlateArmor.tscn",
|
||||
"speed_threshold": 18.0,
|
||||
},
|
||||
{
|
||||
"ingredients": ["rock", "stick"],
|
||||
"result_scene": "res://scenes/WoodenShield.tscn",
|
||||
"speed_threshold": 18.0,
|
||||
},
|
||||
{
|
||||
"ingredients": ["iron", "leather"],
|
||||
"result_scene": "res://scenes/IronShield.tscn",
|
||||
"speed_threshold": 18.0,
|
||||
},
|
||||
]
|
||||
|
||||
static func find(type_a: String, type_b: String, speed: float) -> Dictionary:
|
||||
|
||||
Reference in New Issue
Block a user