diff options
author | Rémi Verschelde <remi@verschelde.fr> | 2021-03-10 12:07:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-10 12:07:46 +0100 |
commit | bc229cdf29fd6177bac070a70be273768c36f21a (patch) | |
tree | 027ac69c671f58121a13a41b21c64d3deb3a81c6 /core/core_constants.cpp | |
parent | 469ac1e4152b75b2e3b88cf7bc3a9623f0d7da39 (diff) | |
parent | ba1344408f66592eb1bec0b91b5bcdea8385ccdc (diff) |
Merge pull request #46786 from groud/navigation
Remove Navigation2D/3D nodes
Diffstat (limited to 'core/core_constants.cpp')
-rw-r--r-- | core/core_constants.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/core_constants.cpp b/core/core_constants.cpp index f9edff1899..a99df93638 100644 --- a/core/core_constants.cpp +++ b/core/core_constants.cpp @@ -521,8 +521,10 @@ void register_global_constants() { BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_LAYERS_2D_RENDER); BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_LAYERS_2D_PHYSICS); + BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_LAYERS_2D_NAVIGATION); BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_LAYERS_3D_RENDER); BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_LAYERS_3D_PHYSICS); + BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_LAYERS_3D_NAVIGATION); BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_FILE); BIND_CORE_ENUM_CONSTANT(PROPERTY_HINT_DIR); |