Buff glue.

This commit is contained in:
KikooDX 2021-01-16 14:19:18 +01:00
parent 0509023d76
commit ed8977448b
2 changed files with 1 additions and 2 deletions

2
levels

@ -1 +1 @@
Subproject commit a310ffb5a6a7c67df3a46b566a3f865cfa7d9ffd
Subproject commit 0e22bf97a652337dd18e5d71dd947d63baab4d30

View File

@ -30,7 +30,6 @@ void player_mod_glue(Player *player, uint8_t sides) {
if (sides & (D_LEFT | D_RIGHT | D_CEIL)) {
player->spd.y = 0;
player->vars.gravity = 0;
player->vars.acceleration /= 2;
player->vars.friction *= 2;
}
}