diff options
author | bd <bdunahu@operationnull.com> | 2025-05-24 02:50:24 -0400 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2025-05-24 02:50:24 -0400 |
commit | 0e7519444d9a3cb83d260e02eb6daea66dbf6e6b (patch) | |
tree | 9d41c5316f0153b0f62411a28269fd8e541e0fd1 /scenes/ui.tscn | |
parent | b65362d4a201437bbe08f2c0f69092cde346e059 (diff) |
Use panel sprite from game_stats_config
Diffstat (limited to 'scenes/ui.tscn')
-rw-r--r-- | scenes/ui.tscn | 12 |
1 files changed, 4 insertions, 8 deletions
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 = "-" |