SamTheBlow / grand-strategy-game

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

Add game rule of type "range" #171

Closed SamTheBlow closed 2 months ago

SamTheBlow commented 2 months ago

Currently, there are some rules that have "minimum" and "maximum" subrules, but, you can set the maximum to a smaller value than the minimum. Also, these used to be in one line, but now they're in two lines. They should be in one line.

SamTheBlow commented 2 months ago

It's done, but, I had to internally keep the old min and max rules for backwards compatibility.