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

Documentation Update + Minor Tweaks #621

Merged
merged 13 commits into from Sep 5, 2023
Merged

Conversation

hallpell
Copy link
Collaborator

@hallpell hallpell commented Sep 1, 2023

Main update is to change documentation to no longer use JSON objects for constructors, as per #620 . (I also added some context to Polygon lengths to close #610 )

Various tweaks:
Image Sprites and Sound Objects now have a .url property that behaves like I'd expect (having a get and set property, and setting will update the corresponding media).

Various rotation style stuff was cleaned up (#617 and #618).

My initial investigations and half-fix for #609 are also in this PR, but the errors from that are only marginally better than what we had before (previously it claimed the error was on line 1, now we don't give a line number).

@Wowfunhappy
Copy link

Yay, this great!

I guess since this is kept in a different repo it will move separately, but I wanted to flag that the example code in Cloning Tutorial needs to be updated to remove JSON objectives for constructors.

@hallpell hallpell merged commit 54d9105 into stevekrouse:master Sep 5, 2023
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

Successfully merging this pull request may close these issues.

Polygon's length attribute is a misleading label
2 participants