updating kicker v1
This commit is contained in:
parent
1302316362
commit
417b22e36e
@ -18,7 +18,7 @@
|
||||
// Time Attack Game
|
||||
else if(game == "ta") {
|
||||
terminal(GM_TATTACK);
|
||||
game_reaction_bluetooth(settings);
|
||||
time_attack_bluetooth(settings);
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -163,6 +163,7 @@
|
||||
}
|
||||
|
||||
// Every Kick ---------------------------->>>
|
||||
|
||||
if(readImpact() > VTH)
|
||||
{
|
||||
counter++;
|
||||
@ -172,6 +173,7 @@
|
||||
}
|
||||
|
||||
// Every Second ---------------------------->>>
|
||||
|
||||
if(sec_tick.Trigger())
|
||||
{
|
||||
timer--;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user