Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
15
Ultima/Settings.cs
Normal file
15
Ultima/Settings.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
#region References
|
||||
using System.Drawing.Imaging;
|
||||
#endregion
|
||||
|
||||
namespace Ultima
|
||||
{
|
||||
public static class Settings
|
||||
{
|
||||
#if MONO
|
||||
public const PixelFormat PixelFormat = System.Drawing.Imaging.PixelFormat.Format16bppRgb555;
|
||||
#else
|
||||
public const PixelFormat PixelFormat = System.Drawing.Imaging.PixelFormat.Format16bppArgb1555;
|
||||
#endif
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user