28 lines
852 B
Plaintext
28 lines
852 B
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://12nak7amd1uq"]
|
|
|
|
[ext_resource type="PackedScene" uid="uid://baqrmhsgqda6v" path="res://gui/player_info/player_info.tscn" id="1_8kw6x"]
|
|
[ext_resource type="Script" uid="uid://cqao7n800qy40" path="res://gui/scripts/root_gui.gd" id="1_udau0"]
|
|
|
|
[node name="RootGui" type="Control"]
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
script = ExtResource("1_udau0")
|
|
|
|
[node name="PlayerInfo" parent="." instance=ExtResource("1_8kw6x")]
|
|
layout_mode = 1
|
|
anchors_preset = 0
|
|
anchor_right = 0.0
|
|
anchor_bottom = 0.0
|
|
offset_right = 337.0
|
|
offset_bottom = 160.0
|
|
grow_horizontal = 1
|
|
grow_vertical = 1
|
|
|
|
[connection signal="player_stats_updated" from="." to="PlayerInfo" method="_on_root_gui_player_stats_updated"]
|