9 lines
148 B
GDScript3
9 lines
148 B
GDScript3
|
extends Spatial
|
||
|
|
||
|
|
||
|
func _mouse_hover():
|
||
|
print("MOUSE HOVER")
|
||
|
|
||
|
func _area_input(camera, event, click_position, click_normal, shape_idx):
|
||
|
breakpoint
|