Title screen menu button offset

This commit is contained in:
Eternita-S 2021-11-29 18:17:02 +03:00
parent 906e057943
commit f79405e656
3 changed files with 17 additions and 2 deletions

View file

@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Numerics;
using Dalamud.Configuration;
using Dalamud.Logging;
@ -36,6 +37,7 @@ namespace Penumbra
public Dictionary< string, string > ModSortOrder { get; set; } = new();
public bool InvertModListOrder { internal get; set; }
public Vector2 ManageModsButtonOffset { get; set; } = Vector2.Zero;
public static Configuration Load()
{