Feature: Expand all towns in the scenario editor (#10215)

This commit is contained in:
Didac Perez Parera
2022-12-25 10:42:50 -08:00
committed by GitHub
parent 4ffe7e0477
commit 35d55bd534
3 changed files with 13 additions and 2 deletions

View File

@@ -49,6 +49,7 @@ enum TownFoundingWidgets {
WID_TF_NEW_TOWN, ///< Create a new town.
WID_TF_RANDOM_TOWN, ///< Randomly place a town.
WID_TF_MANY_RANDOM_TOWNS, ///< Randomly place many towns.
WID_TF_EXPAND_ALL_TOWNS, ///< Make all towns grow slightly.
WID_TF_TOWN_NAME_EDITBOX, ///< Editor for the town name.
WID_TF_TOWN_NAME_RANDOM, ///< Generate a random town name.
WID_TF_SIZE_SMALL, ///< Selection for a small town.