Added layer settings

This commit is contained in:
2024-02-14 13:52:59 +01:00
parent cf31ba3444
commit ec676aad5d
19 changed files with 133 additions and 26 deletions

View File

@ -0,0 +1,7 @@
extends Slider
func _ready():
set_value_no_signal(Global.environment.adjustment_contrast)
func on_value_changed(new_value: float):
Global.environment.adjustment_contrast = new_value