From 28f21c0a23cbf1822a2f4d8092dff5487f372dad Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Mon, 9 Jan 2023 06:29:17 +0100 Subject: [PATCH] add comment --- island/Temple.gd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/island/Temple.gd b/island/Temple.gd index edd195d..fc7aa55 100644 --- a/island/Temple.gd +++ b/island/Temple.gd @@ -32,6 +32,8 @@ func try_to_collect_fruit(): pineglasses_sound.stop() +# "is it gonna explode tho" +# --Ichi func try_to_explode(): if not exploded and score >= explode_at: exploded = true