5 lines
144 B
GDScript
5 lines
144 B
GDScript
extends VoxelGI
|
|
|
|
func _ready() -> void:
|
|
# toggle according to the singleton settings.
|
|
visible = PerformanceSettingsSingleton.voxel_gi_enabled
|