mirror of
https://github.com/Steffo99/pineapple-surf.git
synced 2024-11-21 15:34:17 +00:00
Require 150 pineapples
This commit is contained in:
parent
26b27542d0
commit
1f1214c2ab
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ var exploded = false
|
|||
|
||||
@export var size_per_prayer: float = 0.05
|
||||
@export var pitch_per_prayer: float = 0.02
|
||||
@export var explode_at: int = 1
|
||||
@export var explode_at: int = 150
|
||||
@export var explosion_scene: PackedScene = preload("res://island/FunnyExplosion.tscn")
|
||||
|
||||
@onready var player: Player = Singletons.player
|
||||
|
|
Loading…
Reference in a new issue