[nostalgia/player] Make sprites in demo scene auto-scroll slower
This commit is contained in:
parent
6a02161b37
commit
41b1c6eb25
@ -23,7 +23,7 @@ static int updateHandler(core::Context *ctx) noexcept {
|
|||||||
ymod = -2;
|
ymod = -2;
|
||||||
}
|
}
|
||||||
if (!xmod && !ymod) {
|
if (!xmod && !ymod) {
|
||||||
spriteX += 2;
|
spriteX += 1;
|
||||||
}
|
}
|
||||||
spriteX += xmod;
|
spriteX += xmod;
|
||||||
spriteY += ymod;
|
spriteY += ymod;
|
||||||
|
Loading…
Reference in New Issue
Block a user