From a516eb1ea9ecd1b5f0dc320736e111f785e92b85 Mon Sep 17 00:00:00 2001 From: Radio Date: Mon, 20 Apr 2026 21:32:25 +0300 Subject: uagghhhh --- icon.tscn | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 icon.tscn (limited to 'icon.tscn') diff --git a/icon.tscn b/icon.tscn new file mode 100644 index 0000000..4a6f964 --- /dev/null +++ b/icon.tscn @@ -0,0 +1,36 @@ +[gd_scene load_steps=2 format=3 uid="uid://tbokbp8tfhay"] + +[ext_resource type="Script" path="res://scripts/app.gd" id="1_0mkpb"] + +[node name="Icon" type="Control"] +custom_minimum_size = Vector2(100, 100) +layout_mode = 3 +anchors_preset = 0 +offset_right = 125.0 +offset_bottom = 130.0 +script = ExtResource("1_0mkpb") + +[node name="Highlight" type="ColorRect" parent="."] +layout_mode = 1 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +color = Color(0, 0.737255, 0.737255, 0.482353) + +[node name="Icon" type="Sprite2D" parent="."] +position = Vector2(62, 60) + +[node name="Label" type="Label" parent="."] +layout_mode = 1 +anchors_preset = 12 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_top = -23.0 +grow_horizontal = 2 +grow_vertical = 0 +horizontal_alignment = 1 +autowrap_mode = 3 -- cgit v1.3