mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
6 lines
117 B
GDScript
6 lines
117 B
GDScript
tool
|
|
extends Area
|
|
|
|
func _on_Light_input_event(camera, event, click_position, click_normal, shape_idx):
|
|
print(event)
|