mirror of
https://github.com/kodzukye/omens-ascent.git
synced 2026-08-10 13:23:10 +00:00
31 lines
1.0 KiB
Plaintext
31 lines
1.0 KiB
Plaintext
[gd_scene format=3 uid="uid://c7nx1jvktqxvv"]
|
|
|
|
[ext_resource type="Script" uid="uid://dl1pajcurr3b1" path="res://scenes/ui/enemy_counter_hud.gd" id="1_ec0e5"]
|
|
[ext_resource type="FontFile" uid="uid://cqrxu8aj7ih08" path="res://assets/fonts/pixel_font.ttf" id="2_3uwus"]
|
|
|
|
[sub_resource type="Theme" id="Theme_wmlmk"]
|
|
default_font = ExtResource("2_3uwus")
|
|
default_font_size = 16
|
|
|
|
[node name="EnemyCounterHUD" type="CanvasLayer" unique_id=1115869931]
|
|
script = ExtResource("1_ec0e5")
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="." unique_id=944431465]
|
|
anchors_preset = 1
|
|
anchor_left = 1.0
|
|
anchor_right = 1.0
|
|
offset_left = -160.0
|
|
offset_top = 2.0
|
|
offset_right = -8.0
|
|
offset_bottom = 26.0
|
|
grow_horizontal = 0
|
|
theme_override_constants/margin_right = 4
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer" unique_id=39337159]
|
|
layout_mode = 2
|
|
theme = SubResource("Theme_wmlmk")
|
|
theme_override_constants/outline_size = 1
|
|
theme_override_constants/shadow_outline_size = 2
|
|
text = "Enemies remaining: 0"
|
|
horizontal_alignment = 2
|