Zshandi / SuperSpherebox65

This is a preliminary repository for my groups GGJ 2024 entry.
0 stars 0 forks source link

Fix Structure of Menu & Game Selection Screen #14

Open Zshandi opened 6 months ago

Zshandi commented 6 months ago

Currently the menu & game select screen buttons are all just children of a Node2D. They should be moved to a proper structure, using containers to properly center & size things (I just roughly centered them by guessing).

It should be noted that we may also want to animate the game card sliding in from the direction you press, so we should allow for this in the structure.