feat: modules moved and engine moved to submodule
This commit is contained in:
parent
dfb5e645cd
commit
c33d2130cc
5136 changed files with 225275 additions and 64485 deletions
|
|
@ -226,9 +226,7 @@ void ViewPanner::set_force_drag(bool p_force) {
|
|||
}
|
||||
|
||||
ViewPanner::ViewPanner() {
|
||||
Array inputs;
|
||||
inputs.append(InputEventKey::create_reference(Key::SPACE));
|
||||
|
||||
Array inputs = { InputEventKey::create_reference(Key::SPACE) };
|
||||
pan_view_shortcut.instantiate();
|
||||
pan_view_shortcut->set_events(inputs);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue