tabreturn / thonny-py5mode

A py5 plug-in for Thonny
Do What The F*ck You Want To Public License
23 stars 8 forks source link

Not being able to run a sketch #49

Closed marziabil closed 1 year ago

marziabil commented 1 year ago

Hi,

I am getting the following error when I try to run a sketch:

`def setup(): size(300, 200) rect_mode(CENTER)

def draw(): rect(mouse_x, mouse_y, 10, 10)`

image

Can you please tell me what the issue is?

Thanks in advance!

tabreturn commented 1 year ago

Thanks for the question, @marziabil. I assume you worked it out somehow. Let me know if there's anything important I should note.