Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
i did a thing
Browse files Browse the repository at this point in the history
  • Loading branch information
NoraVR authored Aug 21, 2019
1 parent c60acfd commit 881e8a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NovasFuckery/Util/FuckeryUI.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using CustomUI.GameplaySettings;
using UnityEngine;
Expand Down Expand Up @@ -31,6 +31,9 @@ internal static class FuckeryUI {
internal static UIOption NJSFix;
internal static UIOption Mirror;

// norasfuckery alpha
internal static UIOption theButton;

internal static bool Setup = false;

internal static void SetupUI () {
Expand All @@ -56,6 +59,7 @@ internal static void SetupUI () {

PauseOnMiss = new UIOption("Pause On Miss", "MissHell");
AYYYYYOnMiss = new UIOption("AYYYY On Miss", "MissHell");
theButton = new UIOption("nora was here ;^)","MissHell");

GameplaySettingsUI.CreateSubmenuOption(GameplaySettingsPanels.ModifiersLeft, "Mega Jump", "NovasFuckery", "MegaJump", "");

Expand Down

0 comments on commit 881e8a8

Please sign in to comment.