5 lines
86 B
GDScript
5 lines
86 B
GDScript
extends Area2D
|
|
|
|
func _on_mouse_shape_entered(shape_idx: int) -> void:
|
|
print("test")
|