add temp sounds and crt filter
This commit is contained in:
parent
4790b2b2a4
commit
f012e8fa77
21 changed files with 140 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue