7 lines
184 B
GDScript3
Raw Normal View History

2024-02-06 11:03:32 +00:00
extends Range
func _ready():
set_value_no_signal(Global.environment.adjustment_contrast)
func on_value_changed(new_value: float):
Global.environment.adjustment_contrast = new_value