goplus / spx

spx - A Scratch Compatible Go/Go+ 2D Game Engine for STEM education
https://builder.goplus.org
Apache License 2.0
100 stars 28 forks source link

[WIP] #builder #584 rendering resolution optimization #288

Open JiepengTan opened 2 months ago

JiepengTan commented 2 months ago

https://github.com/goplus/builder/issues/584

https://github.com/goplus/spx/assets/8347962/c8acd747-9364-483d-8b14-dbab65883182

example1: "map": { "width": 240, "height": 240 }, "run": { "width": 720, "height": 720 }, old : image new : image

example2: "map": { "width": 480, "height": 360 }, "run": { "width": 960, "height": 720 }, old : image

new : image