EEEEEH?? EASY MODO??

This commit is contained in:
Haze Weathers 2024-12-01 22:34:49 -05:00
parent 65053aa223
commit 04c87ebf66
3 changed files with 23 additions and 4 deletions

View file

@ -28,6 +28,11 @@ func _notification(what: int) -> void:
func _ready() -> void:
var palette = load("res://graphics/player/palettes/%s.tex" % Game.current_palette)
$"%ArrowBonus".material.set_shader_param("palette", palette)
# easy indicator
if Game.difficulty == Game.Difficulty.SWEET:
$EasyIndicator.visible = true
else:
$EasyIndicator.visible = false
#preload final score
text_3d = Text3D.instance()
text_3d.anim = "final score"