diff options
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 = "-" |