mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 10:05:34 +00:00
82 lines
2.3 KiB
Text
82 lines
2.3 KiB
Text
[gd_scene load_steps=7 format=3 uid="uid://dkwi1hu1bixoe"]
|
|
|
|
[ext_resource type="Script" path="res://Scripts/Hud.cs" id="1_m0hb0"]
|
|
[ext_resource type="FontFile" uid="uid://ccm3u37q1hvux" path="res://fonts/Xolonium-Regular.ttf" id="2_0xmx2"]
|
|
[ext_resource type="Texture2D" uid="uid://dde36pgb8fbwc" path="res://Sprites/selector_big.png" id="3_hee3i"]
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_h626b"]
|
|
atlas = ExtResource("3_hee3i")
|
|
region = Rect2(0, 0, 16, 16)
|
|
|
|
[sub_resource type="AtlasTexture" id="AtlasTexture_mejna"]
|
|
atlas = ExtResource("3_hee3i")
|
|
region = Rect2(16, 0, 16, 16)
|
|
|
|
[sub_resource type="SpriteFrames" id="SpriteFrames_78fwv"]
|
|
animations = [{
|
|
"frames": [{
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_h626b")
|
|
}, {
|
|
"duration": 1.0,
|
|
"texture": SubResource("AtlasTexture_mejna")
|
|
}],
|
|
"loop": true,
|
|
"name": &"default",
|
|
"speed": 5.0
|
|
}]
|
|
|
|
[node name="HUD" type="CanvasLayer" node_paths=PackedStringArray("_healthLabel", "_itemsContainer")]
|
|
script = ExtResource("1_m0hb0")
|
|
_healthLabel = NodePath("VBoxContainer/HealthLabel")
|
|
_itemsContainer = NodePath("VBoxContainer/ItemsContainer")
|
|
|
|
[node name="GameOver" type="Label" parent="."]
|
|
visible = false
|
|
anchors_preset = 8
|
|
anchor_left = 0.5
|
|
anchor_top = 0.5
|
|
anchor_right = 0.5
|
|
anchor_bottom = 0.5
|
|
offset_left = -217.0
|
|
offset_top = -39.0
|
|
offset_right = 217.0
|
|
offset_bottom = 39.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_fonts/font = ExtResource("2_0xmx2")
|
|
theme_override_font_sizes/font_size = 64
|
|
text = "GAME OVER"
|
|
|
|
[node name="MessageTimer" type="Timer" parent="."]
|
|
wait_time = 2.0
|
|
one_shot = true
|
|
|
|
[node name="AnimatedSprite2D" type="AnimatedSprite2D" parent="."]
|
|
visible = false
|
|
position = Vector2(67, 47)
|
|
sprite_frames = SubResource("SpriteFrames_78fwv")
|
|
frame = 1
|
|
frame_progress = 0.8514
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
offset_left = 4.0
|
|
offset_top = 6.0
|
|
offset_right = -4.0
|
|
offset_bottom = -3.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="HealthLabel" type="Label" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
theme_override_fonts/font = ExtResource("2_0xmx2")
|
|
theme_override_font_sizes/font_size = 12
|
|
text = "100/100"
|
|
|
|
[node name="ItemsContainer" type="VBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|