Paul
Paul
## Expected behavior Near full-width scaling while in portrait orientation or full-height scaling when in landscape orientation, optionally with a tiny bit of margin left over, regardless of whether the...
## Enhancement request: ### tl;dr: What: 1. Stop using `flipped_` arguments from the `Sprite.__init__` to trigger CPU-based flipping in `load_texture` 2. Multiply the coordinates instead, either via Sprite's scale or...
## Documentation request: ### What documentation needs to be added? A high-level overview of how to work with physics engines such as PyMunk, making sure to warn users about the...
## Documentation request: ### What documentation needs to be added? Information on maximizing cross-platform compatibility for sound assets. ### Where should it be added? Probably the programming guide. ### Details...
## Bug Report ## System Info ``` Arcade 2.7.0 ------------ vendor: Intel renderer: Mesa Intel(R) UHD Graphics 620 (KBL GT2) version: (4, 6) python: 3.9.2 (default, Feb 28 2021, 17:03:44)...
## Enhancement request: ### What should be added/changed? A way to detect 404 links in doc. Recap of [today's discord discussion after I brought the topic up](https://discord.com/channels/458662222697070613/458662458198982676/960683382684127232): 1. A [BeautifulSoup](https://beautiful-soup-4.readthedocs.io/en/latest/)...
## Documentation request: ### What documentation needs to change? The rendering & styling of entries in the attributes sections of classes. ### Where is it located? On documentation for classes...
## Enhancement request: ### What should be added/changed? UI elements should have the following added to them: * a `disabled` property to turn interaction on and off * disabled visual...
## Enhancement request: ### What should be added/changed? 1. Add `scale_x` and `scale_y` properties to sprites 2. Allow `Sprite.rescale_relative_to_point` to take `Union[float, Sequence[float, float]]` The existing `scale` property could continue...
## Enhancement request: ### What should be added/changed? Generating a row of buttons from labels should become a dedicated UI element. An unencapsulated version of this behavior is currently present...