boss variant of hud
This commit is contained in:
parent
3693b99bfc
commit
39fdf11807
4 changed files with 279 additions and 4 deletions
|
@ -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="."]
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
[ext_resource path="res://objects/environment/falling_block/falling_block_lab.tscn" type="PackedScene" id=3]
|
||||
[ext_resource path="res://graphics/backgrounds/factory.png" type="Texture" id=4]
|
||||
[ext_resource path="res://maps/boss/boss2_arena.gd" type="Script" 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://audio/music/klystron_vip.ogg" type="AudioStream" id=7]
|
||||
[ext_resource path="res://objects/collectibles/arrow.tscn" type="PackedScene" id=8]
|
||||
[ext_resource path="res://shaders/can_stain.tres" type="Material" id=9]
|
||||
|
@ -24,7 +24,7 @@ script = ExtResource( 5 )
|
|||
music = ExtResource( 7 )
|
||||
lore_entries = [ ExtResource( 17 ), ExtResource( 11 ) ]
|
||||
|
||||
[node name="HUD" parent="." instance=ExtResource( 6 )]
|
||||
[node name="BossHUD" parent="." instance=ExtResource( 6 )]
|
||||
song_name = "♫Klystron VIP"
|
||||
|
||||
[node name="Sprite" type="Sprite" parent="."]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue