necra-prototypes/block_input_area.gd
Antonio Dell'Annunziata 5c785e24af
All checks were successful
/ test (push) Successful in 2s
Integrate map and ritual
2025-03-16 16:26:42 +01:00

5 lines
92 B
GDScript

extends Area2D
func _unhandled_input(event):
#get_viewport().set_input_as_handled()
pass