fix arrow palette on boss hud
This commit is contained in:
parent
eabc01e512
commit
3dc2ae4dd2
2 changed files with 23 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue