6 lines
110 B
GDScript
6 lines
110 B
GDScript
extends Scene
|
|
|
|
|
|
func _on_pool_interacted() -> void:
|
|
$pool.default_script(self) # Replace with function body.
|