diff options
Diffstat (limited to 'icon.tscn')
| -rw-r--r-- | icon.tscn | 36 |
1 files changed, 36 insertions, 0 deletions
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 |
