mirror of
https://github.com/Relintai/material-maker.git
synced 2024-11-13 06:27:18 +01:00
93c84650cd
This also simplifies some functions. This partially addresses #30.
6 lines
125 B
GDScript
6 lines
125 B
GDScript
tool
|
|
extends Area
|
|
|
|
func _on_Light_input_event(camera, event, click_position, click_normal, shape_idx) -> void:
|
|
print(event)
|