finish cyber 3 stage

This commit is contained in:
Persephone Bubblegum-Holiday 2025-08-14 14:26:34 -07:00
parent 91a3dbe1cb
commit 3005d7cc13
46 changed files with 896 additions and 74 deletions

View file

@ -5,6 +5,7 @@ extends Panel
func _ready() -> void:
$AAOption.select(get_viewport().msaa_3d)
$SSAAOption.select(get_viewport().screen_space_aa)
$ShadowsOption.select(Globalvariables.shadows)
$FOVSlider.value = Globalvariables.FOV
$FOVSlider/CurrentLabel.text = str(int(Globalvariables.FOV))