-
Notifications
You must be signed in to change notification settings - Fork 0
/
addC52D.tmp
77 lines (67 loc) · 2.18 KB
/
addC52D.tmp
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
67
68
69
70
71
72
73
74
75
76
77
[gd_scene load_steps=3 format=3 uid="uid://n3wwlq37r7nf"]
[ext_resource type="Script" path="res://add_main_category.gd" id="1_e5eft"]
[ext_resource type="Texture2D" uid="uid://b67px7nh1tpmx" path="res://images/add button.png" id="2_7ebnm"]
[node name="AddMainCategory" type="Node2D"]
script = ExtResource("1_e5eft")
[node name="AddChildItem" type="TextureButton" parent="."]
offset_left = 201.0
offset_top = 555.0
offset_right = 552.0
offset_bottom = 906.0
scale = Vector2(0.75, 0.75)
texture_normal = ExtResource("2_7ebnm")
[node name="IncomeLabel" type="Label" parent="."]
offset_left = 18.0
offset_top = 3.0
offset_right = 125.0
offset_bottom = 45.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 30
text = "Income"
[node name="IncomeAmountLabel" type="Label" parent="IncomeLabel"]
layout_mode = 0
offset_left = 29.0
offset_top = 39.0
offset_right = 69.0
offset_bottom = 62.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 20
text = "$0"
horizontal_alignment = 1
[node name="ExpensesLabel" type="Label" parent="."]
offset_left = 168.0
offset_top = 2.0
offset_right = 304.0
offset_bottom = 44.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 30
text = "Expenses"
[node name="ExpenseAmountLabel" type="Label" parent="ExpensesLabel"]
layout_mode = 0
offset_left = 43.0
offset_top = 41.0
offset_right = 83.0
offset_bottom = 64.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 20
text = "$0"
horizontal_alignment = 1
[node name="SavingsLabel" type="Label" parent="."]
offset_left = 350.0
offset_top = 3.0
offset_right = 459.0
offset_bottom = 45.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 30
text = "Savings"
[node name="SavingsAmountLabel" type="Label" parent="SavingsLabel"]
layout_mode = 0
offset_left = 30.0
offset_top = 38.0
offset_right = 70.0
offset_bottom = 66.0
theme_override_colors/font_color = Color(0, 0, 0, 1)
theme_override_font_sizes/font_size = 20
text = "$0"
horizontal_alignment = 1
[connection signal="pressed" from="AddChildItem" to="." method="_on_texture_button_pressed"]