2024-04-30 11:25:39 +08:00
|
|
|
extends Area3D
|
|
|
|
|
|
|
|
func _on_input_event(camera: Node, event: InputEvent, position: Vector3, normal: Vector3, shape_idx: int) -> void:
|
|
|
|
if event is InputEventMouseButton and event.pressed and event.button_index == MOUSE_BUTTON_RIGHT:
|
2024-04-30 16:02:08 +08:00
|
|
|
$"..".clicksScreenDoorSignal.emit($"..",event.global_position)
|