One_Eleven_Android/scenes/DebugScene.tscn
2024-11-10 03:34:28 +03:00

85 lines
2.2 KiB
Text

[gd_scene load_steps=5 format=2]
[ext_resource path="res://scripts/DebugScene.gd" type="Script" id=1]
[ext_resource path="res://resources/fonts/TimesNewerRoman-Regular.otf" type="DynamicFontData" id=2]
[sub_resource type="DynamicFont" id=1]
size = 40
font_data = ExtResource( 2 )
[sub_resource type="DynamicFont" id=2]
size = 40
font_data = ExtResource( 2 )
[node name="Debug" type="Control"]
script = ExtResource( 1 )
[node name="Button" type="Button" parent="."]
margin_left = 3.0
margin_top = 39.0
margin_right = 269.0
margin_bottom = 94.0
custom_fonts/font = SubResource( 1 )
text = "Save Variables"
[node name="Karma" type="Control" parent="."]
margin_top = 90.0
margin_bottom = 90.0
[node name="Scenes" type="Control" parent="."]
[node name="Label" type="Label" parent="Scenes"]
margin_left = 285.0
margin_top = 3.0
margin_right = 330.0
margin_bottom = 17.0
rect_scale = Vector2( 2, 2 )
text = "Scenes"
[node name="Timelines" type="Control" parent="."]
[node name="Label" type="Label" parent="Timelines"]
margin_left = 430.0
margin_top = 7.0
margin_right = 493.0
margin_bottom = 21.0
rect_scale = Vector2( 2, 2 )
text = "Timelines"
[node name="ScrollContainer" type="ScrollContainer" parent="Timelines"]
margin_left = 750.0
margin_top = 38.0
margin_right = 1250.0
margin_bottom = 1038.0
[node name="VBoxContainer" type="VBoxContainer" parent="Timelines/ScrollContainer"]
margin_right = 500.0
margin_bottom = 1000.0
size_flags_horizontal = 3
size_flags_vertical = 3
[node name="CheckBox" type="CheckBox" parent="."]
margin_right = 24.0
margin_bottom = 24.0
rect_scale = Vector2( 2, 2 )
text = "Have saves"
[node name="CloseButton" type="Button" parent="."]
margin_left = 590.0
margin_top = 2.0
margin_right = 637.0
margin_bottom = 22.0
rect_scale = Vector2( 2, 2 )
text = "Close"
[node name="Label" type="Label" parent="."]
margin_left = 710.0
margin_top = 1.0
margin_right = 750.0
margin_bottom = 15.0
custom_fonts/font = SubResource( 2 )
text = "test"
[connection signal="pressed" from="Button" to="." method="_on_Button_pressed"]
[connection signal="pressed" from="CheckBox" to="." method="_on_CheckBox_pressed"]
[connection signal="pressed" from="CloseButton" to="." method="_on_CloseButton_pressed"]