boss variant of hud

This commit is contained in:
Haze Weathers 2024-02-27 20:04:51 -05:00
parent 3693b99bfc
commit 39fdf11807
4 changed files with 279 additions and 4 deletions

View file

@ -5,7 +5,7 @@
[ext_resource path="res://graphics/backgrounds/mountain_clouds.png" type="Texture" id=3]
[ext_resource path="res://graphics/backgrounds/mountain_sunset.png" type="Texture" id=4]
[ext_resource path="res://tilesets/t_mountain.tres" type="TileSet" id=5]
[ext_resource path="res://objects/hud/hud.tscn" type="PackedScene" id=6]
[ext_resource path="res://objects/hud/hud_boss.tscn" type="PackedScene" id=6]
[ext_resource path="res://maps/boss/boss1_arena.gd" type="Script" id=7]
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=8]
[ext_resource path="res://objects/environment/turniwood/turning_platform.tscn" type="PackedScene" id=9]
@ -23,7 +23,7 @@ script = ExtResource( 7 )
music = ExtResource( 11 )
lore_entries = [ ExtResource( 16 ) ]
[node name="HUD" parent="." instance=ExtResource( 6 )]
[node name="BossHUD" parent="." instance=ExtResource( 6 )]
song_name = "♫Klystron"
[node name="Sprite" type="Sprite" parent="."]