34 lines
933 B
Plaintext
34 lines
933 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://main_menu.gd" type="Script" id=1]
|
|
|
|
[node name="Node2D" type="Node2D"]
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 73.0
|
|
margin_top = 437.0
|
|
margin_right = 161.0
|
|
margin_bottom = 502.0
|
|
rect_scale = Vector2( 2, 2 )
|
|
|
|
[node name="Back" type="Button" parent="VBoxContainer"]
|
|
margin_right = 88.0
|
|
margin_bottom = 20.0
|
|
text = "Back"
|
|
|
|
[node name="RichTextLabel" type="RichTextLabel" parent="."]
|
|
margin_left = 73.0
|
|
margin_top = 61.0
|
|
margin_right = 538.0
|
|
margin_bottom = 230.0
|
|
rect_scale = Vector2( 2, 2 )
|
|
text = "Godot Engine v3.5.3.stable.official.6c814135b - https://godotengine.org
|
|
|
|
By tihgs <tihgs@mail.i2p>
|
|
Made in git.community.i2p
|
|
|
|
Source code is at http://giteabolfdejtdzblkooalqei6jr67imiugmhtsh6ocw4hlj5a4q.b32.i2p/tihgs/noshg3"
|
|
|
|
[connection signal="pressed" from="VBoxContainer/Back" to="." method="_on_Back_pressed"]
|