alai/godot/collectables/coin/Coin.gd

6 lines
156 B
GDScript3
Raw Normal View History

2023-02-26 21:45:25 -03:00
extends Area2D
func _process(_delta: float) -> void:
Event.emit_signal("report_object", self.get_name(), "not collected", global_position, Vector2())