revisit abyss lighting. make bullet fish, stars, and shards draw at full brightness as they glow in the depths.

This commit is contained in:
Haze Weathers 2024-01-16 03:22:17 -05:00
parent 70ef1a8450
commit 4848dca875
6 changed files with 38 additions and 14 deletions

View file

@ -102,6 +102,7 @@ func _enter_code():
var goldsprite = gold.get_node("AnimatedSprite")
goldsprite.play("30385")
goldsprite.position.y -= 1
goldsprite.light_mask = 0
#goldsprite.material.set_shader_param("palette",load("res://graphics/collectibles/pal_star_green.png"))
"1989":
for enemy in get_tree().get_nodes_in_group("enemy"):