amethyst / evoli

An ecosystem-simulation game made with Amethyst
https://community.amethyst.rs/t/evoli-introduction/770
Other
217 stars 33 forks source link

Controls button off the Main Menu #94

Closed chrispetkau closed 5 years ago

chrispetkau commented 5 years ago

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.

sunreef commented 5 years ago

Very nice. I tested it on Ubuntu and it works nicely.

Some small comments:

chrispetkau commented 5 years ago
  • 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?

sunreef commented 5 years ago

The resolution is fixed by the display_config.ron file. Right now, it's at 1280x960.

Screenshot from 2019-07-15 15-44-07

That's what it looks like on my side.

chrispetkau commented 5 years ago

Huh. 1280x960 on my side after the changes (made overlay grey and moved it down 100 pixels). evoli_main_menu

sunreef commented 5 years ago

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.

Screenshot from 2019-07-15 16-34-46

chrispetkau commented 5 years ago

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.