Files
tgcc/core/photo_mode/runtime/collectible.gd

7 lines
119 B
GDScript

extends Area3D
@export var collectible_data: CollectibleResource
func _ready() -> void:
add_to_group("collectible")