From 0e7519444d9a3cb83d260e02eb6daea66dbf6e6b Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 24 May 2025 02:50:24 -0400 Subject: Use panel sprite from game_stats_config --- scenes/ui.tscn | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'scenes/ui.tscn') diff --git a/scenes/ui.tscn b/scenes/ui.tscn index cb0c91f..c7d05a9 100644 --- a/scenes/ui.tscn +++ b/scenes/ui.tscn @@ -41,24 +41,20 @@ script = ExtResource("1_suays") [node name="Warlock" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(30, 1) -object_name = "Warlock" +object_name = "warlock" cost = "10" [node name="Wyvern" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(24, 10) -object_name = "Wyvern" +object_name = "wyvern" cost = "15" [node name="Werewolf" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(26, 11) -object_name = "Werewolf" +object_name = "werewolf" cost = "-" [node name="Wellspring" parent="MarginContainer/HBoxContainer" instance=ExtResource("3_yev5y")] layout_mode = 2 -texture_atlas_coords = Vector2(38, 11) -object_name = "Wellspring" +object_name = "wellspring" cost = "-" -- cgit v1.2.3