mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-09 04:22:10 +01:00
6 lines
117 B
GDScript3
6 lines
117 B
GDScript3
|
tool
|
||
|
extends Area
|
||
|
|
||
|
func _on_Light_input_event(camera, event, click_position, click_normal, shape_idx):
|
||
|
print(event)
|