Skip to content

Instantly share code, notes, and snippets.

@Raziel619
Created September 14, 2019 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Raziel619/ba26b35d7f2086cb9acad1007e0be7b5 to your computer and use it in GitHub Desktop.
Save Raziel619/ba26b35d7f2086cb9acad1007e0be7b5 to your computer and use it in GitHub Desktop.
Global Variables in FloatingTextSingle.cs
public Text mainText;
public Image mainColor;
public Vector2[] positions;
public float movSpeed;
public float pauseTime;
private RectTransform _rectTransform;
private Vector2 _nextDestination;
private int _iterator;
private bool _paused = false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment