-
Notifications
You must be signed in to change notification settings - Fork 3
/
InputBtn.tscn
66 lines (54 loc) · 1.65 KB
/
InputBtn.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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
[gd_scene load_steps=5 format=3 uid="uid://3u1ers8tmwr8"]
[ext_resource type="Script" path="res://InputBtn.gd" id="1_fkaf7"]
[sub_resource type="RectangleShape2D" id="RectangleShape2D_oquh7"]
size = Vector2(50, 50)
[sub_resource type="LabelSettings" id="LabelSettings_tihgl"]
line_spacing = 0.0
font_size = 31
[sub_resource type="LabelSettings" id="LabelSettings_t3faq"]
line_spacing = 0.0
font_size = 12
[node name="Button" type="Area2D"]
script = ExtResource("1_fkaf7")
metadata/kb_btn = 65
metadata/color = Color(1, 1, 1, 1)
metadata/inputbar = true
metadata/index = 0
metadata/gp_btn = 0
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
position = Vector2(25, 25)
shape = SubResource("RectangleShape2D_oquh7")
[node name="BG" type="ColorRect" parent="."]
offset_right = 50.0
offset_bottom = 50.0
color = Color(0, 0, 0, 1)
[node name="Border" type="ColorRect" parent="."]
offset_right = 50.0
offset_bottom = 50.0
color = Color(1, 1, 1, 0.25098)
[node name="Center" type="ColorRect" parent="."]
offset_left = 4.0
offset_top = 4.0
offset_right = 46.0
offset_bottom = 46.0
color = Color(1, 1, 1, 0.25098)
[node name="VBoxContainer" type="VBoxContainer" parent="."]
offset_top = -4.0
offset_right = 50.0
offset_bottom = 40.0
alignment = 1
[node name="Label" type="Label" parent="VBoxContainer"]
layout_mode = 2
text = "0"
label_settings = SubResource("LabelSettings_tihgl")
horizontal_alignment = 1
vertical_alignment = 1
clip_text = true
[node name="Length" type="Label" parent="."]
offset_top = 31.0
offset_right = 50.0
offset_bottom = 48.0
text = "0.000"
label_settings = SubResource("LabelSettings_t3faq")
horizontal_alignment = 1
vertical_alignment = 1