mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 15:34:17 +00:00
add comment
This commit is contained in:
parent
1f1214c2ab
commit
28f21c0a23
1 changed files with 2 additions and 0 deletions
|
@ -32,6 +32,8 @@ func try_to_collect_fruit():
|
||||||
pineglasses_sound.stop()
|
pineglasses_sound.stop()
|
||||||
|
|
||||||
|
|
||||||
|
# "is it gonna explode tho"
|
||||||
|
# --Ichi
|
||||||
func try_to_explode():
|
func try_to_explode():
|
||||||
if not exploded and score >= explode_at:
|
if not exploded and score >= explode_at:
|
||||||
exploded = true
|
exploded = true
|
||||||
|
|
Loading…
Reference in a new issue