Advertisement
NeonFox__

options button

Jun 21st, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. if (OptionsPanel.Visible == true)
  2. {
  3. bunifuTransition1.HideSync(OptionsPanel);
  4. }
  5. else
  6. {
  7. bunifuTransition1.ShowSync(OptionsPanel);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement