material-maker/addons/material_maker/preview/preview_light.gd
Hugo Locurcio 93c84650cd
Add return type hints to all scripts
This also simplifies some functions.

This partially addresses #30.
2019-10-20 16:35:45 +02:00

6 lines
125 B
GDScript

tool
extends Area
func _on_Light_input_event(camera, event, click_position, click_normal, shape_idx) -> void:
print(event)