finish cyber 3 stage
This commit is contained in:
parent
91a3dbe1cb
commit
3005d7cc13
46 changed files with 896 additions and 74 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue