add iron and forge
This commit is contained in:
@@ -235,3 +235,9 @@ func apply_upgrade_boots(speed_bonus: float, _tier: int) -> void:
|
||||
var tw := create_tween()
|
||||
tw.tween_property(player_mat, "albedo_color", Color(1.0, 0.85, 0.2), 0.1)
|
||||
tw.tween_property(player_mat, "albedo_color", BASE_COLOR, 0.4)
|
||||
|
||||
func apply_upgrade_armor() -> void:
|
||||
tier += 1
|
||||
var tw := create_tween()
|
||||
tw.tween_property(player_mat, "albedo_color", Color(0.7, 0.8, 1.0), 0.1)
|
||||
tw.tween_property(player_mat, "albedo_color", BASE_COLOR, 0.5)
|
||||
|
||||
Reference in New Issue
Block a user