[gd_scene load_steps=2 format=2] [ext_resource path="res://scripts/objects/bar.gd" type="Script" id=1] [node name="bar" type="ProgressBar"] anchor_right = 1.0 anchor_bottom = 1.0 value = 50.0 percent_visible = false script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false } label = NodePath("label") [node name="label" type="Label" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 margin_right = -1024.0 margin_bottom = -586.0 size_flags_horizontal = 3 size_flags_vertical = 7 align = 1 valign = 1 __meta__ = { "_edit_use_anchors_": false } [connection signal="resized" from="." to="." method="_on_bar_resized"] [connection signal="value_changed" from="." to="." method="_on_bar_value_changed"]