Files @ f1d4569c0495
Branch filter:

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

Malkyne
3 way reactions should now allow you to change the position of the buffer
reagent from first to last.
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";
    }
}