21 lines
542 B
Plaintext
21 lines
542 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://c7e1ndysa4vmu"]
|
|
|
|
[ext_resource type="Script" path="res://global/StatHub.gd" id="1_ek618"]
|
|
|
|
[node name="StatHub" type="CanvasLayer"]
|
|
script = ExtResource("1_ek618")
|
|
|
|
[node name="Categories" type="VBoxContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="Important" type="VBoxContainer" parent="Categories"]
|
|
layout_mode = 2
|
|
|
|
[node name="Header" type="Label" parent="Categories/Important"]
|
|
layout_mode = 2
|
|
text = "# Stats"
|