Add basic singleplayer support to launcher - Needs to make it so updating doesn't wipe player saves before release

This commit is contained in:
dginovker 2023-10-30 06:28:57 +09:00
parent 97254662d7
commit f0e08d2628
11 changed files with 546 additions and 11 deletions

View file

@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/UserDictionary/Words/=Singleplayer/@EntryIndexedValue">True</s:Boolean></wpf:ResourceDictionary>