5 lines
86 B
GDScript3
Raw Normal View History

2025-01-11 14:03:40 +01:00
extends Area2D
func _on_mouse_shape_entered(shape_idx: int) -> void:
print("test")