Start cleaning up some UI, specifically Options menu. Use anchors to correctly position options after resizing window
This commit is contained in:
@@ -21,7 +21,4 @@ public partial class OptionsData : Node
|
||||
|
||||
[Save("ScreenResolution")]
|
||||
public required int ScreenResolution { get; set; }
|
||||
|
||||
[Save("SkipCutscene")]
|
||||
public required bool SkipCutscene { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user