Upload files to 'studio'

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2020-12-07 22:19:59 +00:00
parent 2dacb044b0
commit ddf32fefbf

View file

@ -327,7 +327,13 @@ def layer(win, call):
10, 10,
button=do, button=do,
tip=filename, tip=filename,
fill=False) fill=False,
clip=[
50,
100,
win.current["w"]-100,
win.current["h"]-200
])
layer.stroke() layer.stroke()