SamTheBlow / grand-strategy-game

A grand strategy game made in Godot.
MIT License
5 stars 4 forks source link

Generalize popups #133

Closed SamTheBlow closed 7 months ago

SamTheBlow commented 7 months ago

The game currently has two different popup scenes. Each time a new feature requires a popup, a dedicated scene has to be made.

If there were only one popup scene that worked for any purpose, we could create new popups more quickly, and it would be much easier to update & add new features to popups.