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
[gd_scene load_steps=5 format=2]
[ext_resource path="res://ui/button_bg.png" type="Texture" id=1]
[ext_resource path="res://ui/button_bg_active.png" type="Texture" id=2]
[ext_resource path="res://ui/house.png" type="Texture" id=3]
[ext_resource path="res://ui/activity_button.gd" type="Script" id=4]
[node name="activity_button" type="TextureButton"]
margin_right = 75.0
margin_bottom = 60.0
rect_min_size = Vector2( 0, 60 )
size_flags_horizontal = 3
toggle_mode = true
texture_normal = ExtResource( 1 )
texture_pressed = ExtResource( 2 )
expand = true
stretch_mode = 3
script = ExtResource( 4 )
__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="icon" type="TextureRect" parent="CenterContainer"]
margin_left = 21.0
margin_top = 14.0
margin_right = 53.0
margin_bottom = 46.0
rect_min_size = Vector2( 32, 32 )
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource( 3 )
expand = true
__meta__ = {
"_edit_use_anchors_": false
}