-
Notifications
You must be signed in to change notification settings - Fork 343
Bump to pyglet 2.0.12 + update doc and pyglet TextLayout method names #1942
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
Bump to pyglet 2.0.12 + update doc and pyglet TextLayout method names #1942
Conversation
I've marked this as a draft for now since the PulseAudio fixes didn't actually make it into pyglet's 2.0.10 release. |
Wait for pyglet to release 2.0.11 and bump required version within arcade |
Update on this:
|
6e6db1c
to
a4009c5
Compare
a4009c5
to
9afc558
Compare
I fixed the build failures. They were due to
|
Left, right, bottom, top properties exist on the TextLayouts themselves now (as of 2.0.11). You should use those instead as the anchors no longer factor in the position of the layout. |
This reverts commit 79f3dcd.
0a5b699
to
01fe065
Compare
Changes
_get_left
and similar topyglet.layout.TextLayout
's newleft
,right
, and similar bound propertiescreate_text_sprite
by usingNone
as the default widthTesting steps taken
Platform independent
OSes + Python versions Tested
development
and this branchdevelopment
and this branchdevelopment
and this branch