Files @ 7ef39aaa6e6b
Branch filter:

Location: ATITD-Tools/Desert-Paint-Codex/Services/SettingKey.cs - annotation

Jason Maltzen
Bump version to 1.11.0 for Tale 11
namespace DesertPaintCodex.Services
{
    public static class SettingKey
    {
        public const string PixelMultiplier = "pixelmultiplier";
        public const string ScreenIndex     = "screenindex";
        public const string ScreenX         = "screenx";
        public const string ScreenY         = "screeny";
        public const string ScreenWidth     = "screenwidth";
        public const string ScreenHeight    = "screenheight";
    }
}