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