[gd_scene load_steps=3 format=2] [ext_resource path="res://ui/ui.gd" type="Script" id=1] [ext_resource path="res://fonts/MonogramExtended.tres" type="DynamicFont" id=2] [node name="UI" type="CanvasLayer"] script = ExtResource( 1 ) [node name="Root" type="Control" parent="."] anchor_right = 1.0 anchor_bottom = 1.0 [node name="StatsHUD" type="MarginContainer" parent="Root"] margin_left = 10.0 margin_top = 10.0 margin_right = 130.0 margin_bottom = 50.0 [node name="VBox" type="VBoxContainer" parent="Root/StatsHUD"] margin_right = 120.0 margin_bottom = 40.0 [node name="SnakeSize" type="Label" parent="Root/StatsHUD/VBox"] margin_right = 120.0 margin_bottom = 13.0 custom_fonts/font = ExtResource( 2 ) [node name="MarginContainer" type="MarginContainer" parent="Root"] anchor_top = 1.0 anchor_right = 1.0 anchor_bottom = 1.0 margin_top = -20.0 [node name="CenterContainer" type="CenterContainer" parent="Root/MarginContainer"] margin_right = 320.0 margin_bottom = 20.0 [node name="Start" type="Button" parent="Root/MarginContainer/CenterContainer"] margin_left = 139.0 margin_right = 180.0 margin_bottom = 20.0 text = "Start"