fix arrow palette on boss hud

This commit is contained in:
Haze Weathers 2024-03-11 15:47:37 -04:00
parent eabc01e512
commit 3dc2ae4dd2
2 changed files with 23 additions and 1 deletions

View file

@ -19,6 +19,8 @@ export var song_name = "♫Music"
export (Color) var bonus_color
func _ready():
var palette = load("res://graphics/player/palettes/%s.tex" % Game.current_palette)
$Arrow.material.set_shader_param("palette", palette)
#Change graphics depending on if lives are on
if Game.use_lives:
$LivesHead.visible = true