I hereby claim:
- I am digiwombat on github.
- I am digiwombat (https://keybase.io/digiwombat) on keybase.
- I have a public key ASAJhiu0E-CNntQKu2KulgnNLNJ9jHVwWvkGOtzlKDSIfwo
To claim this, I am signing this object:
| using UnityEngine; | |
| using Pathfinding; | |
| [Pathfinding.Util.Preserve] | |
| public class GraphPenaltySetter : GridGraphRule | |
| { | |
| public LayerMask _layerMask; | |
| public int penalty = 10000; | |
| public override void Register(GridGraphRules rules) |
| // A cheap, ugly mask fix for SuperTextMesh if you enable/disable the parent mask of an STM mesh. | |
| using UnityEngine; | |
| public class STMFixMask : MonoBehaviour | |
| { | |
| private SuperTextMesh stm; | |
| private void Awake() | |
| { | |
| stm = GetComponent<SuperTextMesh>(); |
| using Juce.Tween; | |
| using System.Collections.Generic; | |
| using UnityEngine; | |
| namespace Juce.Feedbacks | |
| { | |
| [FeedbackIdentifier("Anchors", "RectTransform/")] | |
| public class RectTransformAnchorFeedback : Feedback | |
| { | |
| [Header(FeedbackSectionsUtils.TargetSection)] |
| twitch-videoad.js application/javascript | |
| (function() { | |
| if ( /(^|\.)twitch\.tv$/.test(document.location.hostname) === false ) { return; } | |
| var realFetch = window.fetch; | |
| window.fetch = function(input, init) { | |
| if ( arguments.length >= 2 && typeof input === 'string' && input.includes('/access_token') ) { | |
| var url = new URL(arguments[0]); | |
| url.searchParams.delete('platform'); | |
| arguments[0] = url.href; | |
| } |
I hereby claim:
To claim this, I am signing this object: