Billiam
Billiam
## Issue description When scrolling through games, slow enough to trigger the crossfade effect, repeated key presses will be deferred until the end of the current animation. At the default...
I was curious about having a vertical wheel display, and this seemed like a reasonable set of changes. ## New options * `XCenter`: A horizontal wheel center, matching `YCenter` *...
This is primarily to support user scripts that want to work with virtual pinball spreadsheet, either for score tracking or to find table media.  While this can be added...
Adds XCenter, YCenter, MinWidth and MinHeight settings for the info box, allowing it to be moved to different locations on the playfield with (somewhat) different dimensions. I've labeled the dimension...
Add `RotateImages` setting to individually rotate wheel images based on wheel position. ## Example https://github.com/mjrgh/PinballY/assets/242008/1902fa1c-c306-4897-a0ce-caf46a6fb763 Also looks nice with vertical wheels from #216
Fixes the z-order of the list image in the wheel. Mostly relevant when wheel radius is smaller and/or wheel angle is low so that overlap is more visible. ## Before...
**Is your feature request related to a problem? Please describe.** Currently, users returned from `-list-users` have either gravatar, or `avatars.slack-edge.com` URLs for their profile avatar attributes (`image_original`, `image_512`, etc). This...
Step and STL exports use a different Z-up direction currently. It would be nice if STLs could be rotated during export to match the step export (and display)
When adding two or more panes at once, the internal order of panes can be reversed, leading to reversed splitter behavior (ex: drag left, splitter goes right), and a bunch...
Adds a basic Dockerfile with lein exec. Can be run via repl like the readme, or with ```sh docker run -it --rm -v "$(pwd)/things:/usr/src/app/things" -v "$(pwd)/src:/usr/src/app/src" dactyl" ``` (but not...