Added new settings
This commit is contained in:
7
client/ui/settings/Brightness.gd
Normal file
7
client/ui/settings/Brightness.gd
Normal file
@ -0,0 +1,7 @@
|
||||
extends Range
|
||||
|
||||
func _ready():
|
||||
set_value_no_signal(Global.environment.adjustment_brightness)
|
||||
|
||||
func on_value_changed(new_value: float):
|
||||
Global.environment.adjustment_brightness = new_value
|
Reference in New Issue
Block a user