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

builder#459 fixed Stage mode: repeat & fillRatio #280

Closed JiepengTan closed 3 months ago

JiepengTan commented 3 months ago

"map": { "width": 1000, "height": 2000, "mode": "repeat" }, image

"map": { "width": 800, "height": 400, "mode": "fillRatio" }, image

"map": { "width": 400 , "height": 800, "mode": "fillRatio" }, image

JiepengTan commented 3 months ago

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

JiepengTan commented 3 months ago

"map": { "width": 400 , "height": 800, "mode": "" }, 企业微信截图_17155728085974 "map": { "width": 400 , "height": 800, "mode": "fillRatio" }, 企业微信截图_17155728188079 "map": { "width": 400 , "height": 800, "mode": "fillCut" }, 企业微信截图_17155728314794