aspizu / gobomatic

Gobomatic is a Python library to generate Scratch (3>) projects from Object-Oriented representation of Scratch projects in Python code.
MIT License
9 stars 1 forks source link

Make generated project indistinguishable from normal projects #2

Open MystPi opened 2 years ago

MystPi commented 2 years ago

Custom block definitions behave weirdly: image Color inputs turn into text: image So do a lot of dropdowns: image Boiga doesn't have any of these issues AFAIK, so they are fixable.

aspizu commented 2 years ago

dropdowns and color inputs are functional, they just look like regular inputs - not a problem. for the custom block ill look into that.

MystPi commented 2 years ago

But they are still an issue, and the ST might not like "hacked" inputs like those.