## The resource for saving game settings. ## This should be not be saved with saves (for game syncing reasons) class_name GraphicsSettingsResource extends Resource @export var resolution: Vector2i = Vector2i(1280, 720) @export var fullscreen: bool = false @export var vsync: bool = false @export var fov: int = 75