[main.c+JTMM.g3a] Nerfed drill

This commit is contained in:
KikooDX 2020-05-18 18:40:31 +02:00
parent 0d80478a78
commit 6bc8cffa7c
2 changed files with 2 additions and 0 deletions

BIN
JTMM.g3a

Binary file not shown.

View File

@ -107,6 +107,7 @@ int main(void)
(collide_spike(drill_x, drill_y, level) || collide_solid(drill_x, drill_y, level, polarity, 0)))
{
vspd = -vspd;
drill_toggle = 0;
}
}
draw_timer(step/2);
@ -301,6 +302,7 @@ int main(void)
player_x = start_x;
player_y = start_y;
polarity = 0;
drill_toggle = 0;
vspd = 0;
}
//border warp