oopsies
This commit is contained in:
parent
c444a5c1f5
commit
16b7d5e8d5
1 changed files with 33 additions and 0 deletions
33
Scenes/UI/HUD.tscn
Normal file
33
Scenes/UI/HUD.tscn
Normal file
|
@ -0,0 +1,33 @@
|
||||||
|
[gd_scene load_steps=3 format=3 uid="uid://clixk4m0rm0mu"]
|
||||||
|
|
||||||
|
[ext_resource type="Theme" uid="uid://b3wjoiiv6sq22" path="res://UI/Themes/Default.tres" id="1_omqfp"]
|
||||||
|
|
||||||
|
[sub_resource type="LabelSettings" id="LabelSettings_qc5w2"]
|
||||||
|
font_size = 18
|
||||||
|
|
||||||
|
[node name="Control" type="Control"]
|
||||||
|
layout_mode = 3
|
||||||
|
anchors_preset = 15
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
grow_horizontal = 2
|
||||||
|
grow_vertical = 2
|
||||||
|
|
||||||
|
[node name="Label" type="Label" parent="."]
|
||||||
|
z_index = 1000
|
||||||
|
layout_mode = 1
|
||||||
|
anchors_preset = 3
|
||||||
|
anchor_left = 1.0
|
||||||
|
anchor_top = 1.0
|
||||||
|
anchor_right = 1.0
|
||||||
|
anchor_bottom = 1.0
|
||||||
|
offset_left = -40.0
|
||||||
|
offset_top = -23.0
|
||||||
|
grow_horizontal = 0
|
||||||
|
grow_vertical = 0
|
||||||
|
theme = ExtResource("1_omqfp")
|
||||||
|
theme_override_font_sizes/font_size = 9
|
||||||
|
text = "Give LIFE Cybers
|
||||||
|
Press ESC to view node map, right click to add a node, middle click and drag to pan, scroll to zoom."
|
||||||
|
label_settings = SubResource("LabelSettings_qc5w2")
|
||||||
|
horizontal_alignment = 2
|
Loading…
Add table
Reference in a new issue