[gd_scene load_steps=3 format=3 uid="uid://he31g7f3ru1c"] [ext_resource type="PackedScene" uid="uid://bqpeu50pgsdfk" path="res://UI/tower_button.tscn" id="1_txsyf"] [sub_resource type="StyleBoxFlat" id="StyleBoxFlat_oxe32"] bg_color = Color(0.921569, 0.890196, 0.415686, 1) [node name="ShopPanel" type="Panel"] custom_minimum_size = Vector2(300, 0) anchors_preset = 11 anchor_left = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 0 grow_vertical = 2 [node name="VBoxContainer" type="VBoxContainer" parent="."] layout_mode = 1 anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 grow_horizontal = 2 grow_vertical = 2 [node name="PierreButton" parent="VBoxContainer" instance=ExtResource("1_txsyf")] layout_mode = 2 [node name="EnergyBar" type="ProgressBar" parent="VBoxContainer/PierreButton"] custom_minimum_size = Vector2(0, 5) layout_mode = 1 anchors_preset = 12 anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 offset_top = -4.0 grow_horizontal = 2 grow_vertical = 0 theme_override_styles/fill = SubResource("StyleBoxFlat_oxe32") show_percentage = false [node name="MarginContainer" type="MarginContainer" parent="VBoxContainer"] layout_mode = 2 size_flags_vertical = 3 [node name="CancelButton" type="Button" parent="VBoxContainer"] custom_minimum_size = Vector2(0, 50) layout_mode = 2 text = "Cancel "