root/ui/schedule_entry.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
[gd_scene load_steps=7 format=2]

[ext_resource path="res://ui/schedule_entry_bg.png" type="Texture" id=1]
[ext_resource path="res://fonts/BubblegumSans-Regular.ttf" type="DynamicFontData" id=2]
[ext_resource path="res://ui/schedule_entry_bg_active.png" type="Texture" id=3]
[ext_resource path="res://ui/house.png" type="Texture" id=4]
[ext_resource path="res://ui/schedule_entry.gd" type="Script" id=5]

[sub_resource type="DynamicFont" id=1]
size = 32
font_data = ExtResource( 2 )

[node name="schedule_entry" type="TextureButton"]
margin_right = 304.0
margin_bottom = 83.0
rect_min_size = Vector2( 0, 83 )
size_flags_horizontal = 3
texture_normal = ExtResource( 1 )
texture_pressed = ExtResource( 3 )
expand = true
stretch_mode = 3
script = ExtResource( 5 )
__meta__ = {
"_edit_use_anchors_": false
}

[node name="CenterContainer" type="CenterContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
mouse_filter = 1
__meta__ = {
"_edit_use_anchors_": false
}

[node name="HBoxContainer" type="HBoxContainer" parent="CenterContainer"]
margin_left = 30.0
margin_top = 11.0
margin_right = 274.0
margin_bottom = 72.0
size_flags_horizontal = 3
size_flags_vertical = 3

[node name="Label" type="Label" parent="CenterContainer/HBoxContainer"]
margin_top = 11.0
margin_right = 192.0
margin_bottom = 49.0
custom_fonts/font = SubResource( 1 )
custom_colors/font_color = Color( 0.235294, 0.235294, 0.235294, 1 )
text = "08:00 - 10:00"
__meta__ = {
"_edit_use_anchors_": false
}

[node name="icon" type="TextureRect" parent="CenterContainer/HBoxContainer"]
margin_left = 196.0
margin_right = 244.0
margin_bottom = 61.0
texture = ExtResource( 4 )