Chaos_Kitchen/Scene/UI/In_game_gui.tscn

92 lines
3 KiB
Text
Raw Permalink Normal View History

[gd_scene load_steps=6 format=3 uid="uid://ntebhmr4qyys"]
[ext_resource type="Script" path="res://Scripts/UI/In_game_gui.gd" id="1_l25we"]
[ext_resource type="LabelSettings" uid="uid://d1l70tymt18qn" path="res://Scene/UI/label_top_left.tres" id="2_yl45l"]
[sub_resource type="LabelSettings" id="LabelSettings_h46um"]
font_size = 32
font_color = Color(0.988235, 0.168627, 0.337255, 1)
[sub_resource type="LabelSettings" id="LabelSettings_mqogb"]
font_size = 32
font_color = Color(0.266667, 0.831373, 0.12549, 1)
[sub_resource type="LabelSettings" id="LabelSettings_54h4w"]
font_size = 32
font_color = Color(1, 0.831373, 0.12549, 1)
[node name="InGameGui" type="Control"]
layout_mode = 3
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
script = ExtResource("1_l25we")
[node name="MarginContainer" type="MarginContainer" parent="."]
layout_mode = 1
anchors_preset = -1
anchor_right = 1.0
anchor_bottom = 1.0
offset_left = 20.0
offset_top = 10.0
offset_right = -20.0
offset_bottom = -10.0
grow_horizontal = 2
grow_vertical = 2
[node name="BoxContainer" type="BoxContainer" parent="MarginContainer"]
layout_mode = 2
vertical = true
[node name="BoxContainer" type="BoxContainer" parent="MarginContainer/BoxContainer"]
layout_mode = 2
[node name="BoxContainer" type="BoxContainer" parent="MarginContainer/BoxContainer/BoxContainer"]
layout_mode = 2
vertical = true
[node name="Label" type="Label" parent="MarginContainer/BoxContainer/BoxContainer/BoxContainer"]
layout_mode = 2
text = "Tour Restant"
label_settings = ExtResource("2_yl45l")
[node name="TurnLeft" type="Label" parent="MarginContainer/BoxContainer/BoxContainer/BoxContainer"]
layout_mode = 2
text = "Point d'action Restant"
label_settings = ExtResource("2_yl45l")
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer/BoxContainer/BoxContainer"]
layout_mode = 2
[node name="TurnLeftCounter" type="Label" parent="MarginContainer/BoxContainer/BoxContainer/VBoxContainer" groups=["Counters"]]
layout_mode = 2
text = "1"
label_settings = SubResource("LabelSettings_h46um")
[node name="APLeftCounter" type="Label" parent="MarginContainer/BoxContainer/BoxContainer/VBoxContainer" groups=["Counters"]]
layout_mode = 2
text = "10"
label_settings = SubResource("LabelSettings_mqogb")
[node name="VBoxContainer2" type="HBoxContainer" parent="MarginContainer/BoxContainer/BoxContainer"]
layout_mode = 2
size_flags_horizontal = 10
[node name="Label" type="Label" parent="MarginContainer/BoxContainer/BoxContainer/VBoxContainer2"]
layout_mode = 2
text = "$"
label_settings = ExtResource("2_yl45l")
[node name="MoneyQuantity" type="Label" parent="MarginContainer/BoxContainer/BoxContainer/VBoxContainer2" groups=["Counters"]]
layout_mode = 2
text = "10"
label_settings = SubResource("LabelSettings_54h4w")
[node name="BoxContainer2" type="BoxContainer" parent="MarginContainer/BoxContainer"]
layout_mode = 2
size_flags_vertical = 10
[connection signal="ready" from="." to="." method="_on_ready"]