mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-05 22:25:54 +00:00
7 lines
233 B
GDScript
7 lines
233 B
GDScript
@tool
|
|
class_name LightSpecial
|
|
extends OmniLight3D
|
|
|
|
func _func_godot_apply_properties(props: Dictionary) -> void:
|
|
#LightBase._func_godot_apply_properties(self, props)
|
|
omni_range = (props["range"] as float) * TbManager.INVERSE_SCALE
|