courier/scenes/item_counter.tscn

29 lines
851 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="Control" node_paths=PackedStringArray("ItemTexture")]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_ehwcf")
ItemTexture = NodePath("Container/TextureRect")
[node name="Container" type="HBoxContainer" parent="."]
layout_mode = 0
offset_right = 72.0
offset_bottom = 67.0
[node name="Label" type="Label" parent="Container"]
layout_mode = 2
text = "1"
[node name="TextureRect" type="TextureRect" parent="Container"]
layout_mode = 2
texture = ExtResource("1_0n0wt")
expand_mode = 2