C7-Game / Prototype

An early-stage, open-source 4X strategy game
https://c7-game.github.io/
MIT License
32 stars 9 forks source link

Godot 4 UI Fixes #410

Closed pcen closed 1 year ago

pcen commented 1 year ago

Fixes UI being rendered incorrectly in Godot 4 Fixes sending invalid quit signal to tree in main menu on quit button pressed, instead uses GetTree().Quit() as per the docs

The UI elements should probably be larger than they are, but that will require more complex control layouts

Before:

Screenshot 2023-06-28 at 12 52 21 PM

After:

Screenshot 2023-06-28 at 12 51 33 PM