mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Fixed navigation schemes Modo/Maya when used with grid map tile placement
This commit is contained in:
parent
082a2bcb9f
commit
7b1e112f1d
2 changed files with 10 additions and 8 deletions
|
|
@ -178,6 +178,12 @@ public:
|
|||
GIZMO_GRID_LAYER = 25
|
||||
};
|
||||
|
||||
enum NavigationScheme {
|
||||
NAVIGATION_GODOT,
|
||||
NAVIGATION_MAYA,
|
||||
NAVIGATION_MODO,
|
||||
};
|
||||
|
||||
private:
|
||||
int index;
|
||||
String name;
|
||||
|
|
@ -260,12 +266,6 @@ private:
|
|||
|
||||
PopupMenu *selection_menu;
|
||||
|
||||
enum NavigationScheme {
|
||||
NAVIGATION_GODOT,
|
||||
NAVIGATION_MAYA,
|
||||
NAVIGATION_MODO,
|
||||
};
|
||||
|
||||
enum NavigationZoomStyle {
|
||||
NAVIGATION_ZOOM_VERTICAL,
|
||||
NAVIGATION_ZOOM_HORIZONTAL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue