SamTheBlow / grand-strategy-game

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

Code refactoring to do following the release of 4.0 #148

Closed SamTheBlow closed 2 months ago

SamTheBlow commented 2 months ago

It's refactoring time again! Some pieces of code need to be consistent with the rest, like some classes not using getters/setters, or some pieces of code doing things in an obsolete way. In most cases, I already put a TODO to indicate refactoring is needed.