Hacker News new | ask | show | jobs
by janisozaur 3178 days ago
I have added poor man's scaling in https://github.com/OpenRCT2/OpenRCT2/pull/2280 you can also look into the investigation lead in https://github.com/OpenRCT2/OpenRCT2/pull/2328
1 comments

Isn't there a way to preprocess the sprites and create 2x and 4x scaled versions?
No, not yet, because of the way data is stored. When we move on to our own save format it will be possible, I'm sure.