[nostalgia/player] Make sprites in demo scene auto-scroll slower

This commit is contained in:
Gary Talent 2022-08-03 00:37:18 -05:00
parent 6a02161b37
commit 41b1c6eb25

View File

@ -23,7 +23,7 @@ static int updateHandler(core::Context *ctx) noexcept {
ymod = -2;
}
if (!xmod && !ymod) {
spriteX += 2;
spriteX += 1;
}
spriteX += xmod;
spriteY += ymod;