[gd_scene load_steps=3 format=2] [ext_resource path="res://new_dynamicfont.tres" type="DynamicFont" id=1] [ext_resource path="res://NewGame.gd" type="Script" id=2] [node name="NewGame" type="MarginContainer"] anchor_right = 1.0 anchor_bottom = 1.0 custom_constants/margin_right = 120 custom_constants/margin_top = 80 custom_constants/margin_left = 120 custom_constants/margin_bottom = 80 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="."] margin_left = 120.0 margin_top = 80.0 margin_right = 904.0 margin_bottom = 520.0 [node name="Title" type="Label" parent="VBoxContainer"] margin_right = 784.0 margin_bottom = 19.0 custom_fonts/font = ExtResource( 1 ) text = "New Game" align = 1 [node name="Back" type="Label" parent="VBoxContainer"] margin_top = 23.0 margin_right = 784.0 margin_bottom = 42.0 mouse_filter = 1 custom_fonts/font = ExtResource( 1 ) text = "Back" align = 1 [connection signal="gui_input" from="VBoxContainer/Back" to="." method="_on_Back_gui_input"]