Advertisement
Guest User

Untitled

a guest
Apr 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.23 KB | None | 0 0
  1. public float spriteBlinkingTimer = 0.0f;
  2.     public float spriteBlinkingMiniDuration = 0.1f;
  3.     public float spriteBlinkingTotalTimer = 0.0f;
  4.     public float spriteBlinkingTotalDuration = 1.0f;
  5.     public bool startBlinking = false;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement