Tag

  • 1013
    This content is deleted
    Game
    Tag
    2.6K favourites

    Chase and tag each other in 6 different maps!

    10 years ago
You're viewing a single comment in a conversation. View all the comments
  • 2 Comments

  • Order by
  • The platform behaviour has an action for enabling or disabling the double-jump. I made a global variable called doubleJumpEnabled that you can set to 0 or 1 via using the toggle in the match settings, and when the game starts I set the double jump enabled if the variable is 1, or leave it disabled if it's 0.