From 17716f198bf6b3e4d39d48d0394192a5cb640499 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 11 May 2024 14:52:36 +0200 Subject: initial commit --- TrayItem.tscn | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 TrayItem.tscn (limited to 'TrayItem.tscn') diff --git a/TrayItem.tscn b/TrayItem.tscn new file mode 100644 index 0000000..af5f535 --- /dev/null +++ b/TrayItem.tscn @@ -0,0 +1,15 @@ +[gd_scene load_steps=2 format=3 uid="uid://0hxby7k5m7b0"] + +[ext_resource type="Script" path="res://TrayItem.gd" id="1_kkc4o"] + +[node name="TrayItem" type="VBoxContainer"] +offset_right = 40.0 +offset_bottom = 23.0 +script = ExtResource("1_kkc4o") +object_path = "res://Objects/BuilderObject.tscn" + +[node name="Label" type="Label" parent="."] +layout_mode = 2 +text = "Bank" + +[connection signal="gui_input" from="." to="." method="_on_gui_input"] -- cgit v1.2.3