mirror of
https://github.com/Relintai/material-maker.git
synced 2024-12-23 21:16:54 +01:00
5 lines
120 B
GDScript
5 lines
120 B
GDScript
extends Area
|
|
|
|
func _on_Light_input_event(camera, event, click_position, click_normal, shape_idx) -> void:
|
|
print(event)
|