forked from davidwashere/delegated-scanning-sim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
letter_icon.tscn
35 lines (30 loc) · 945 Bytes
/
letter_icon.tscn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
[gd_scene load_steps=3 format=3 uid="uid://bwhnhl6sninak"]
[ext_resource type="Script" path="res://letter_icon.gd" id="1_4nkka"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_m6417"]
bg_color = Color(1, 0, 0, 1)
border_width_left = 1
border_width_top = 1
border_width_right = 1
border_width_bottom = 1
border_color = Color(1, 1, 1, 1)
corner_radius_top_left = 14
corner_radius_top_right = 14
corner_radius_bottom_right = 14
corner_radius_bottom_left = 14
[node name="Node2D" type="Node2D"]
script = ExtResource("1_4nkka")
[node name="LetterIcon" type="Panel" parent="."]
offset_left = -15.0
offset_top = -15.0
offset_right = 15.0
offset_bottom = 15.0
pivot_offset = Vector2(15, 15)
mouse_filter = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_m6417")
[node name="IconText" type="Label" parent="LetterIcon"]
layout_mode = 0
offset_right = 30.0
offset_bottom = 30.0
text = "A"
horizontal_alignment = 1
vertical_alignment = 1