mirror of
https://gitlab.com/open-fpsz/open-fpsz.git
synced 2026-07-14 07:56:32 +00:00
👽️ save state
This commit is contained in:
parent
5b20ac2f2a
commit
32a1b73cee
11 changed files with 43 additions and 53 deletions
|
|
@ -320,7 +320,6 @@ func _ready() -> void:
|
|||
self.item_selected.emit(self.selected)
|
||||
|
||||
func _on_item_selected(index: int) -> void:
|
||||
print(\"here\")
|
||||
Settings.set_value(\"ui\", \"scale\", clamp(index, 0, 2))
|
||||
# When the screen changes size, we need to update the 3D
|
||||
# viewport quality setting. If we don't do this, the viewport will take
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue