Closed chrispetkau closed 5 years ago
Very nice. I tested it on Ubuntu and it works nicely.
Some small comments:
- could you move the controls panel down a bit ? Right now it overlaps with the title of the game that you added.
I never saw this in my testing. What resolution are you running at?
The resolution is fixed by the display_config.ron
file. Right now, it's at 1280x960.
That's what it looks like on my side.
Huh. 1280x960 on my side after the changes (made overlay grey and moved it down 100 pixels).
Your picture doesn't look like 1280x960. It looks much larger. What's the resolution of your screen ?
The title takes a lot more space in the window on my side.
Mystery solved. My screen is at 3200x1800 but i had a Scaling feature set to 200%. I dialed the scaling back down to 100% and I get the same results as you. I moved the title up a bit and it looks good now.
Addressing issue #52, Add a shortcut legend to the menu screen stand-alone: https://github.com/amethyst/evoli/issues/52
Added a Controls button to the Main Menu. It displays a list of input actions and their associated hotkeys as defined in the InputHandler resource.