1
Fork 0
mirror of https://github.com/Steffo99/pineapple-surf.git synced 2024-11-22 07:44:20 +00:00
pineapple-surf/island/Pineapple.gd

9 lines
138 B
GDScript3
Raw Normal View History

extends RigidBody3D
@onready var player := Singletons.player
func _on_collectible_by_player_collected():
2023-01-09 01:17:34 +00:00
player.collected_fruit += 1