5 lines
64 B
GDScript
5 lines
64 B
GDScript
extends Spatial
|
|
|
|
|
|
func _ready():
|
|
Collector.addCollectible(self) |