gdquest-demos / godot-2d-space-game

A 2D space exploration and mining game made with Godot and our AI framework
MIT License
837 stars 109 forks source link

Redesign the Quit Menu #28

Open NathanLovato opened 4 years ago

NathanLovato commented 4 years ago

Currently it looks like that:

Screenshot from 2020-02-28 13-49-34

We could use a UI theme there. I'd also rather use styleboxes and piggyback on button and similar nodes than use custom textures.

Siddharth1698 commented 4 years ago

Hey i can work on this. Just let me know what needs to be done

Hansel-Dsilva commented 4 years ago

@NathanLovato Hi. how exactly is the quit menu accessed? Currently esc button seems to be opening the upgrade menu, which I think is unintended because it doesn't really seem to change anything ingame.

NathanLovato commented 4 years ago

Just fixed that. You can press Esc. to open that menu