goplus / spx

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

Make sure the window is initialized before game objects, as some objects rely on the window's size (eg: Measure) #438

Closed JiepengTan closed 6 days ago

JiepengTan commented 6 days ago

fix:

Make sure the window is initialized before game objects, as some objects rely on the window's size (eg: Measure)