Skip to content

Instantly share code, notes, and snippets.

@Raziel619
Created September 14, 2019 19:50
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/042e25815608f60c4a2ed22d0e3d7390 to your computer and use it in GitHub Desktop.
Save Raziel619/042e25815608f60c4a2ed22d0e3d7390 to your computer and use it in GitHub Desktop.
Global Variables in FloatingText.cs
#region Public Objects to be set in editor
public GameObject slideMsg;
#endregion
public static FloatingText Instance { get; private set; }
private bool _isDequeuing = false;
private Queue<MessageWithColor> _queue = new Queue<MessageWithColor>();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment