You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ah good, point... The infrastructure is completely different for these operations, but maybe I should go through the effort to actually hide those differences!
scene = Scene(resolution = (500,500), position = [0, 0])
is ok, but
scene[:position] = [100, 100]
orscene[:resolution] = (800, 800)
does not produce any effect. i would have expect some compatibility between keyword arguments and attributes
The text was updated successfully, but these errors were encountered: