mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-01 06:45:33 +00:00
8 lines
267 B
GDScript
8 lines
267 B
GDScript
@tool
|
|
class_name LightSpot
|
|
extends SpotLight3D
|
|
|
|
func _func_godot_apply_properties(props: Dictionary) -> void:
|
|
LightBase._func_godot_apply_properties(self, props)
|
|
spot_angle = props["angle"] as float
|
|
spot_range = (props["range"] as float) * TbManager.INVERSE_SCALE
|