Feature: Plant clumps of trees in editor by dragging on the landscape

This commit is contained in:
Niels Martin Hansen
2020-06-26 21:30:18 +02:00
committed by Patric Stout
parent e0ee2d530a
commit 2d9fa81bd0
7 changed files with 153 additions and 10 deletions

View File

@@ -14,6 +14,9 @@
enum BuildTreesWidgets {
WID_BT_TYPE_RANDOM, ///< Button to build random type of tree.
WID_BT_SE_PANE, ///< Selection pane to show/hide scenario editor tools.
WID_BT_MODE_NORMAL, ///< Select normal/rectangle planting mode.
WID_BT_MODE_FOREST_SM, ///< Select small forest planting mode.
WID_BT_MODE_FOREST_LG, ///< Select large forest planting mode.
WID_BT_MANY_RANDOM, ///< Button to build many random trees.
WID_BT_TYPE_BUTTON_FIRST, ///< First tree type selection button. (This must be last in the enum.)
};