some more stuff :O

This commit is contained in:
Haze Weathers 2025-07-17 16:49:56 -06:00
parent 60294d21dc
commit 2038b5ca7a
10 changed files with 76 additions and 29 deletions

View file

@ -2,11 +2,4 @@ extends "res://maps/map.gd"
var acab_shard_has_been_collected: bool = false
func _physics_process(delta):
._physics_process(delta)
if get_tree().get_nodes_in_group("cop").size() == 0:
if !acab_shard_has_been_collected:
Audio.play_shard_sound()
Game.score += 500
Game.shards_collected[0] = true
acab_shard_has_been_collected = true