This commit is contained in:
Tabby 2026-01-17 23:52:19 +11:00
parent 2efd393efb
commit 356b0a92e6
11 changed files with 37 additions and 32 deletions

View file

@ -4,7 +4,7 @@ extends Control
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
_on_h_slider_value_changed(0.5)
_on_h_slider_value_changed(0.3)
pass # Replace with function body.