-
Notifications
You must be signed in to change notification settings - Fork 2
Vertical screen button images are upside-down and small #65
Copy link
Copy link
Open
Description
Using vertical rotation, button images are rotated upside down before the game loads. I've tried with ORIENTATION_V="right" and "left" in regamebox.conf but that makes no difference.
... I found changing 90 to 270 on line 357 of autostart.sh seems to resolve the upside-down issue (a restart was needed after making the change to have any effect).
... then changing "$h" "$w" 2000 270 to "$h" "$h" 2000 270 shows the images at a better size on screen - though still not perfect - I tried a few different things and couldn't get it spot on (seems shifted to the right and not using as much space as it could).
Ideally there would be a way to allow true 240x320 pngs for full screen vertical control images.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels