Skip to content

Commit 873f8be

Browse files
committed
Make Ctrl plus zoom
Very weird thing
1 parent 0db9e24 commit 873f8be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/editor/editor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,6 +1363,7 @@ Editor::event(const SDL_Event& ev)
13631363
toggle_tile_object_mode();
13641364
break;
13651365
case SDLK_PLUS: // Zoom in
1366+
case SDLK_EQUALS:
13661367
case SDLK_KP_PLUS:
13671368
m_new_scale = m_sector->get_camera().get_current_scale() + CAMERA_ZOOM_SENSITIVITY;
13681369
break;

0 commit comments

Comments
 (0)