aboutsummaryrefslogtreecommitdiff
path: root/modules/gridmap/grid_map_editor_plugin.h
diff options
context:
space:
mode:
authorAnish2018-02-16 23:15:38 +0530
committerHein-Pieter van Braam2018-02-19 22:34:16 +0100
commitac6811c4fad4801c6ce9a339dbc6ea6eefbf87a3 (patch)
tree6051bf85b3e4d26ac2e6963651215574bbbbfa8d /modules/gridmap/grid_map_editor_plugin.h
parent8372a404bbb78fb56a9c6c671fcbeef5f90b53e6 (diff)
downloadgodot-ac6811c4fad4801c6ce9a339dbc6ea6eefbf87a3.tar.gz
godot-ac6811c4fad4801c6ce9a339dbc6ea6eefbf87a3.tar.zst
godot-ac6811c4fad4801c6ce9a339dbc6ea6eefbf87a3.zip
Gridmap editor now lists plane instead of floor when not horizontal.
Instead of gridmap editor calling grid as floor irrespective of the orientation, it now calls the grid plane if it's vertical and floor if horizontal. Resolves: #14611 (cherry picked from commit 7c356a9c0514bdb184aac651117f0e542baccfc4)
Diffstat (limited to '')
-rw-r--r--modules/gridmap/grid_map_editor_plugin.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/gridmap/grid_map_editor_plugin.h b/modules/gridmap/grid_map_editor_plugin.h
index 3fc92bf7a..965177052 100644
--- a/modules/gridmap/grid_map_editor_plugin.h
+++ b/modules/gridmap/grid_map_editor_plugin.h
@@ -82,6 +82,7 @@ class GridMapEditor : public VBoxContainer {
ConfirmationDialog *settings_dialog;
VBoxContainer *settings_vbc;
SpinBox *settings_pick_distance;
+ Label *spin_box_label;
struct SetItem {