[nostalgia/player] Make sprites in demo scene auto-scroll slower
This commit is contained in:
		| @@ -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; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user