Increase speed during the game

Asked

Viewed 39 times

0

Good evening , I’m with this code and wanted to know how to increase the game speed as time goes by , or using score , thanks

https://pastebin.com/mizhi4UW

1 answer

1


makes the following friend, in the part of the code that is the state of the game == 1,puts it down. if (Mode == 1) { if(score > [score you want in integer]){

PositionMovingCanoHorizontal -= deltaTime * [here integer number greater than 300]

} }

}

  • Thanks bro, it worked !!

Browser other questions tagged

You are not signed in. Login or sign up in order to post.