add temp sounds and crt filter

This commit is contained in:
pennyrigate 2022-12-08 00:48:20 -05:00
parent 4790b2b2a4
commit f012e8fa77
21 changed files with 140 additions and 12 deletions

View file

@ -9,6 +9,7 @@ func _ready():
func _on_Area2D_area_entered(area):
#Collect
if area.is_in_group("player"):
Game.play_sound(Game.a_star,Game.ac_collectible)
Game.stars += value
#5 Star reward
if Game.stars == 5: Game.shards += 1