mirror of
https://github.com/kodzukye/omens-ascent.git
synced 2026-08-10 05:13:10 +00:00
49 lines
1.6 KiB
Plaintext
49 lines
1.6 KiB
Plaintext
[gd_scene format=3 uid="uid://3bhkncvwd7fa"]
|
|
|
|
[ext_resource type="Script" uid="uid://tpvkmorh4l0h" path="res://scenes/ui/player_hud.gd" id="1_e6e0b"]
|
|
[ext_resource type="FontFile" uid="uid://bi5xxc24a1ll5" path="res://assets/fonts/small_pixel_font.ttf" id="2_31ty4"]
|
|
|
|
[sub_resource type="Theme" id="Theme_uvqlf"]
|
|
default_font = ExtResource("2_31ty4")
|
|
default_font_size = 8
|
|
|
|
[node name="HUD" type="CanvasLayer" unique_id=409721474]
|
|
script = ExtResource("1_e6e0b")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=1834189152]
|
|
|
|
[node name="HeartsContainer" type="HBoxContainer" parent="MarginContainer" unique_id=315711027]
|
|
layout_mode = 2
|
|
theme_override_constants/separation = 1
|
|
|
|
[node name="Commands" type="VBoxContainer" parent="." unique_id=1248168345]
|
|
anchors_preset = 3
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = -123.0
|
|
offset_top = -21.0
|
|
offset_right = -3.0
|
|
offset_bottom = -3.0
|
|
grow_horizontal = 0
|
|
grow_vertical = 0
|
|
|
|
[node name="Dash" type="Label" parent="Commands" unique_id=1846770918]
|
|
layout_mode = 2
|
|
theme = SubResource("Theme_uvqlf")
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_constants/outline_size = 2
|
|
theme_override_constants/shadow_outline_size = 5
|
|
text = "[SHIFT] to dash"
|
|
|
|
[node name="Parry" type="Label" parent="Commands" unique_id=738014683]
|
|
layout_mode = 2
|
|
theme = SubResource("Theme_uvqlf")
|
|
theme_override_colors/font_outline_color = Color(0, 0, 0, 1)
|
|
theme_override_constants/line_spacing = 0
|
|
theme_override_constants/outline_size = 2
|
|
theme_override_constants/shadow_outline_size = 5
|
|
text = "[L] to parry"
|