courier/scenes/item_counter.tscn

25 lines
747 B
Plaintext

[gd_scene load_steps=3 format=3 uid="uid://b7uugh755ycyl"]
[ext_resource type="Texture2D" uid="uid://dcbrw64m2btod" path="res://sprites/runningshoes.png" id="1_0n0wt"]
[ext_resource type="Script" path="res://scripts/item_counter.gd" id="1_ehwcf"]
[node name="ItemCounter" type="HBoxContainer" node_paths=PackedStringArray("ItemTexture")]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -1054.0
offset_bottom = -581.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ehwcf")
ItemTexture = NodePath("TextureRect")
[node name="Label" type="Label" parent="."]
layout_mode = 2
text = "1"
[node name="TextureRect" type="TextureRect" parent="."]
layout_mode = 2
texture = ExtResource("1_0n0wt")
expand_mode = 2