Skip to content

Instantly share code, notes, and snippets.

View ItsNovaHere's full-sized avatar
😳

Nova ItsNovaHere

😳
View GitHub Profile

Keybase proof

I hereby claim:

  • I am ItsNovaHere on github.
  • I am itsnovahere (https://keybase.io/itsnovahere) on keybase.
  • I have a public key whose fingerprint is D75D 0D0F E26C 3842 C7C2 DCB8 49A5 0717 74CE 00A7

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am itsnovahere on github.
  • I am itsnovahere (https://keybase.io/itsnovahere) on keybase.
  • I have a public key whose fingerprint is 82BC C71F 53C0 5EF6 614E 6115 1BBB AECD 94C1 63D0

To claim this, I am signing this object:

@ItsNovaHere
ItsNovaHere / Patch.cs
Created March 17, 2019 00:21
Patching
[HarmonyPatch(typeof(ObstacleController))]
[HarmonyPatch("GetPosForTime")]
[HarmonyPatch(new Type[] { typeof(float)})]
class ObstacleControllerGetPosForTime {
static bool Prefix (float time, ref Vector3 __result,
ref Vector3 ____startPos,
ref Vector3 ____midPos,
ref Vector3 ____endPos,
ref float ____move1Duration,
ref float ____move2Duration,