From 1dc515904ca2f6c800ea9d352b746278d3860993 Mon Sep 17 00:00:00 2001 From: pennyrigate Date: Sun, 14 Jul 2024 20:44:08 -0400 Subject: [PATCH] the game is done... right? --- objects/hud/hud_boss.tscn | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/objects/hud/hud_boss.tscn b/objects/hud/hud_boss.tscn index 2f46821..7dabda4 100644 --- a/objects/hud/hud_boss.tscn +++ b/objects/hud/hud_boss.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=20 format=2] +[gd_scene load_steps=22 format=2] [ext_resource path="res://graphics/hud/stars_hud.png" type="Texture" id=1] [ext_resource path="res://graphics/hud/lives_head.png" type="Texture" id=2] @@ -15,6 +15,7 @@ [ext_resource path="res://shaders/recolor.tres" type="Shader" id=13] [ext_resource path="res://graphics/player/palettes/default.tex" type="Texture" id=14] [ext_resource path="res://graphics/hud/hud_arrow.png" type="Texture" id=15] +[ext_resource path="res://scripts/sg_palette.gd" type="Script" id=16] [sub_resource type="ShaderMaterial" id=4] shader = ExtResource( 13 ) @@ -24,6 +25,9 @@ shader_param/palette = ExtResource( 14 ) [sub_resource type="ShaderMaterial" id=2] +[sub_resource type="ShaderMaterial" id=5] +shader = ExtResource( 13 ) + [sub_resource type="ShaderMaterial" id=3] shader = ExtResource( 9 ) shader_param/border_color = Color( 0.219608, 0.219608, 0.219608, 1 ) @@ -117,8 +121,10 @@ region_rect = Rect2( 32, 0, 8, 8 ) [node name="LivesHead" type="Sprite" parent="."] visible = false +material = SubResource( 5 ) position = Vector2( 234, 6 ) texture = ExtResource( 2 ) +script = ExtResource( 16 ) [node name="DeathsHead" type="Sprite" parent="."] visible = false