ProgrammaBol / wiggler

Slither intends to be the joining link between scratch programming and textual progamming (python)
GNU General Public License v3.0
4 stars 1 forks source link

Implemented selective deloopify for user code #64

Closed gabrielepanda closed 7 years ago

gabrielepanda commented 7 years ago

Code sections on self sufficiency now support options. deloopify is now an option for some sufficiency level and disabled in init sections Code handler honour deloopify option fro sections Code pane and code handler now take buffer names from sufficency object, not available key in sprite's user_code

fixes #59