Start cleaning up some UI, specifically Options menu. Use anchors to correctly position options after resizing window

This commit is contained in:
2026-06-09 00:44:19 -07:00
parent 31fcb275f5
commit 714d3a771c
5 changed files with 221 additions and 117 deletions
@@ -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; }
}