Files @ f419334a476f
Branch filter:

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

Malkyne
Improved up behavior for clipped reactions and 3-way reactions, and fixed
related bugs.
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";
    }
}