Code Refactoring: Part 2
Hopefully final refactoring, offloaded ui scripts to its own global .gd to prevent repetition.
This commit is contained in:
parent
1f13b9d7b2
commit
6b2159b840
10 changed files with 182 additions and 187 deletions
|
@ -37,12 +37,20 @@ text = "Creator"
|
|||
|
||||
[node name="Label" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 488.0
|
||||
offset_left = 456.0
|
||||
offset_top = 432.0
|
||||
offset_right = 592.0
|
||||
offset_right = 571.0
|
||||
offset_bottom = 455.0
|
||||
scale = Vector2(3, 3)
|
||||
text = "Version: 0.0.4"
|
||||
text = "Milestone 1 b5"
|
||||
|
||||
[node name="Label2" type="Label" parent="."]
|
||||
layout_mode = 0
|
||||
offset_left = 544.0
|
||||
offset_right = 629.0
|
||||
offset_bottom = 23.0
|
||||
scale = Vector2(3, 3)
|
||||
text = "FreeTTRPG"
|
||||
|
||||
[connection signal="pressed" from="Button" to="." method="_on_button_pressed"]
|
||||
[connection signal="pressed" from="Button2" to="." method="_on_button_2_pressed"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue