From e2335e907c45f84462ee6fabe2828cf38e494b51 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 19 Sep 2025 19:53:25 +0200 Subject: Add checkmark (Closes #392), Refactor ding sound system to make it more consistent --- client/player/particles/checkmark/checkmark.gd | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 client/player/particles/checkmark/checkmark.gd (limited to 'client/player/particles/checkmark/checkmark.gd') diff --git a/client/player/particles/checkmark/checkmark.gd b/client/player/particles/checkmark/checkmark.gd new file mode 100644 index 00000000..106b1cc7 --- /dev/null +++ b/client/player/particles/checkmark/checkmark.gd @@ -0,0 +1,19 @@ +# Hurry Curry! - a game about cooking +# Copyright (C) 2025 Hurry Curry! contributors +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, version 3 of the License only. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# +extends CPUParticles3D + +func _on_finished() -> void: + queue_free() -- cgit v1.2.3-70-g09d2