Branch for signal refactoring, singleton bus.
This commit is contained in:
parent
ab8643d093
commit
d64504189a
10 changed files with 83 additions and 8 deletions
19
progress_bar.tscn
Normal file
19
progress_bar.tscn
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[gd_scene load_steps=4 format=3 uid="uid://c8s7htpdg4v4i"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://d11molrkdjjh5" path="res://bar_background.png" id="1_q0tf5"]
|
||||
[ext_resource type="Texture2D" uid="uid://bsl3pxvxiuoqg" path="res://bar_foreground.png" id="2_5xu4y"]
|
||||
[ext_resource type="Script" uid="uid://b85ktxeoj4b2n" path="res://progress_bar.gd" id="3_5xu4y"]
|
||||
|
||||
[node name="ProgressBar" type="TextureProgressBar"]
|
||||
anchors_preset = 10
|
||||
anchor_right = 1.0
|
||||
offset_bottom = 20.0
|
||||
grow_horizontal = 2
|
||||
nine_patch_stretch = true
|
||||
stretch_margin_left = 8
|
||||
stretch_margin_top = 8
|
||||
stretch_margin_right = 8
|
||||
stretch_margin_bottom = 8
|
||||
texture_under = ExtResource("1_q0tf5")
|
||||
texture_progress = ExtResource("2_5xu4y")
|
||||
script = ExtResource("3_5xu4y")
|
||||
Loading…
Add table
Add a link
Reference in a new issue