Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup and added alternative inputs #5

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from
Draft

cleanup and added alternative inputs #5

wants to merge 10 commits into from

Conversation

amazingalek
Copy link

No description provided.


protected float _degreesY;
public void Awake() => Debug.LogWarning("Awake!");
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can just be removed

{
GameObject.Find("ProbeLauncher").SetActive(false);
ModHelper.Console.WriteLine("[FreeCam] : Launcher off!");
GameObject.Find("ProbeLauncher").SetActive(false);
Copy link
Owner

@misternebula misternebula Dec 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😕 no idea what i meant this to do, but this is clearly not right


public static void MNActivateInput() => InputEnabled = true;

public static void MNDeactivateInput() => InputEnabled = false;
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ughhh that input handler 🥴 kinda why i abandoned doing these mods - too many separate things to worry about

"name": "FreeCam",
"uniqueName": "misternebula.FreeCam",
"version": "1.3.0",
"owmlVersion": "1.7.1",
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1.1.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants