69 lines
2.1 KiB
Plaintext
69 lines
2.1 KiB
Plaintext
[gd_scene load_steps=6 format=3 uid="uid://baqrmhsgqda6v"]
|
|
|
|
[ext_resource type="Script" uid="uid://bpqh8n0lbluf8" path="res://gui/player_info/scripts/player_info.gd" id="1_ghu0s"]
|
|
[ext_resource type="Texture2D" uid="uid://cm3ehinvvj52i" path="res://gui/player_info/assets/texture/Interface sans boutons.png" id="2_cgy6f"]
|
|
[ext_resource type="Texture2D" uid="uid://dcgnamu7sb3ov" path="res://gui/player_info/assets/icons/bolt.svg" id="3_s4ggy"]
|
|
[ext_resource type="Theme" uid="uid://bgcmd213j6gk1" path="res://gui/ressources/default_theme.tres" id="4_cgy6f"]
|
|
[ext_resource type="LabelSettings" uid="uid://dqwayi8yjwau2" path="res://gui/ressources/default_label_settings.tres" id="5_s4ggy"]
|
|
|
|
[node name="PlayerInfo" type="Control"]
|
|
custom_minimum_size = Vector2(337, 160)
|
|
layout_mode = 3
|
|
anchor_right = 0.293
|
|
anchor_bottom = 0.247
|
|
offset_right = -0.536011
|
|
offset_bottom = -0.0559998
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
script = ExtResource("1_ghu0s")
|
|
|
|
[node name="Background" type="TextureRect" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
texture = ExtResource("2_cgy6f")
|
|
expand_mode = 2
|
|
stretch_mode = 5
|
|
|
|
[node name="EnergyInfo" type="HBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = -1
|
|
anchor_left = 0.281899
|
|
anchor_top = 0.384375
|
|
anchor_right = 0.281899
|
|
anchor_bottom = 0.584375
|
|
offset_left = -44.0
|
|
offset_top = -12.5
|
|
offset_right = 44.0
|
|
offset_bottom = 12.5
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
metadata/_edit_use_anchors_ = true
|
|
|
|
[node name="Icon" type="TextureRect" parent="EnergyInfo"]
|
|
custom_minimum_size = Vector2(36.64, 0)
|
|
layout_mode = 2
|
|
texture = ExtResource("3_s4ggy")
|
|
stretch_mode = 5
|
|
|
|
[node name="Label" type="Label" parent="EnergyInfo"]
|
|
layout_mode = 2
|
|
theme = ExtResource("4_cgy6f")
|
|
text = "0"
|
|
label_settings = ExtResource("5_s4ggy")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Inventory" type="HBoxContainer" parent="."]
|
|
layout_mode = 0
|
|
offset_left = 157.0
|
|
offset_top = 86.0
|
|
offset_right = 291.0
|
|
offset_bottom = 126.0
|
|
alignment = 1
|