Guest User

Untitled

a guest
Apr 24th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. if (Input.GetKeyDown (KeyCode.R)){
  2. if (mozna == true){
  3. mozna = false;
  4. }
  5. if (mozna == false){
  6. mozna = true;
  7. }
  8. }
  9.  
  10.  
  11. if (Input.GetKeyDown (KeyCode.R)){
  12. if (mozna == true){
  13. mozna = false;
  14. }
  15. else if (mozna == false){
  16. mozna = true;
  17. }
  18. }
Add Comment
Please, Sign In to add comment