summaryrefslogtreecommitdiff
path: root/src/ui/UI.tscn
blob: f5b0ac33cdf156a1f312c4c675ed2c62af21a9e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[gd_scene load_steps=2 format=2]

[ext_resource path="res://ui/ui.gd" type="Script" id=1]

[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 = 310.0
margin_bottom = 110.0

[node name="VBox" type="VBoxContainer" parent="Root/StatsHUD"]
margin_right = 300.0
margin_bottom = 100.0

[node name="SnakeSize" type="Label" parent="Root/StatsHUD/VBox"]
margin_right = 300.0
margin_bottom = 14.0