daanrox / subway-pay

Site para iGaming para coletar moedas através do jogo Subway Surfers, o SubwayPay está corrigido e 100% funcional. Em caso de grande quantidade de solicitações de saque, disponibilizo também uma API para gerenciar seus pagamentos.
https://pay-subwaysurf.store
15 stars 5 forks source link

coin value #4

Open Skyyszz opened 6 months ago

Skyyszz commented 6 months ago

How do I change the currency value and game speed? Even when it's difficult, it's still easy to win

daanrox commented 6 months ago

All of the following changes must be made to the game folder e.g.: jogar/js/dependencies.bundle.js

To change the value of the currency, simply edit the divisor that calculates and assigns the variable:

let numberMoney = parseFloat(t.coins / 4).toFixed(2);

The number 4 means 1/4= 0.25

If you want the coin to be worth 0.01, just change the divisor to 100 (1/100=0.01).

To edit the speed, simply search for:

switch(globalDifficulty)

Change all cases.