diff options
| author | Sarah B <git@sarahduck.ca> | 2023-12-25 00:02:12 -0800 |
|---|---|---|
| committer | Sarah B <git@sarahduck.ca> | 2023-12-25 00:02:12 -0800 |
| commit | ff3cbc5b49f8618531c5778d69b49c0aa4a9442a (patch) | |
| tree | bdee837392669a3eb4ac3f0296c3749c6485078c /OnekoOnline.csproj | |
| parent | 760fb20f4d248d19524392d2b8c3a3fcdb762453 (diff) | |
Changed how server handles UserInfo, and started work on networking the cursor's sprite.
Diffstat (limited to 'OnekoOnline.csproj')
| -rw-r--r-- | OnekoOnline.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OnekoOnline.csproj b/OnekoOnline.csproj index 1d88aa6..8559b1b 100644 --- a/OnekoOnline.csproj +++ b/OnekoOnline.csproj @@ -8,7 +8,7 @@ <ImplicitUsings>enable</ImplicitUsings> <Nullable>enable</Nullable> <PublishAot>true</PublishAot> - <StripSymbols>false</StripSymbols> + <StripSymbols>true</StripSymbols> </PropertyGroup> @@ -17,6 +17,7 @@ <PackageReference Include="Raylib-cs" Version="5.0.0" /> <EmbeddedResource Include="nekos\oneko.png" /> + <EmbeddedResource Include="misc\cursor.png" /> <Content Include="nekos\**" CopyToOutputDirectory="PreserveNewest" /> <Content Include="misc\**" CopyToOutputDirectory="PreserveNewest" /> |
