Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compatibility attributes/keyword arguments #25

Closed
edljk opened this issue Nov 28, 2017 · 1 comment
Closed

compatibility attributes/keyword arguments #25

edljk opened this issue Nov 28, 2017 · 1 comment

Comments

@edljk
Copy link
Contributor

edljk commented Nov 28, 2017

scene = Scene(resolution = (500,500), position = [0, 0])

is ok, but

scene[:position] = [100, 100] or scene[:resolution] = (800, 800)

does not produce any effect. i would have expect some compatibility between keyword arguments and attributes

@SimonDanisch
Copy link
Member

Ah good, point... The infrastructure is completely different for these operations, but maybe I should go through the effort to actually hide those differences!

SimonDanisch added a commit that referenced this issue Jun 3, 2021
SimonDanisch added a commit that referenced this issue Jun 3, 2021
resize canvas when scene size changes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants