Added itemsScrollPosition and rituelObjectsScrollPosition variables to enable scrolling within the items and ritual objects vertical boxes.
This commit is contained in:
@@ -15,6 +15,8 @@ namespace DevourClient.Settings
|
|||||||
public static float speed = 1f;
|
public static float speed = 1f;
|
||||||
public const string message_to_spam = "Deez Nutz";
|
public const string message_to_spam = "Deez Nutz";
|
||||||
public static KeyCode flyKey = KeyCode.None;
|
public static KeyCode flyKey = KeyCode.None;
|
||||||
|
public static Vector2 itemsScrollPosition = Vector2.zero;
|
||||||
|
public static Vector2 rituelObjectsScrollPosition = Vector2.zero;
|
||||||
|
|
||||||
public static KeyCode GetKey()
|
public static KeyCode GetKey()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user