Basic belts working
This commit is contained in:
@@ -1,6 +1,20 @@
|
||||
[gd_scene format=3 uid="uid://kw8ughroalov"]
|
||||
|
||||
[ext_resource type="Texture2D" uid="uid://m2en3pg3og4u" path="res://assets/images/belt.png" id="1_susb0"]
|
||||
[ext_resource type="Script" uid="uid://bh7ochydpenns" path="res://belt.gd" id="2_rfspg"]
|
||||
|
||||
[node name="Sprite2D" type="Sprite2D" unique_id=1338317761]
|
||||
texture = ExtResource("1_susb0")
|
||||
script = ExtResource("2_rfspg")
|
||||
|
||||
[node name="value_text" type="Label" parent="." unique_id=1850839196]
|
||||
visible = false
|
||||
z_index = 1
|
||||
offset_left = -14.0
|
||||
offset_top = -30.0
|
||||
offset_right = 14.0
|
||||
offset_bottom = -7.0
|
||||
theme_override_colors/font_color = Color(0.23529412, 0, 0.8862745, 1)
|
||||
text = "-99"
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
Reference in New Issue
Block a user