From 97ef20ff7e07c84c80d5dfc687a8a773a2bb1d6b Mon Sep 17 00:00:00 2001 From: Johan Klokkhammer Helsing Date: Sun, 10 Nov 2024 12:11:34 +0100 Subject: [PATCH] docs: grammar/spelling --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4fbc817..ad7daf0 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![crates.io](https://img.shields.io/crates/d/bevy_pancam.svg)](https://crates.io/crates/bevy_pancam) [![docs.rs](https://img.shields.io/docsrs/bevy_pancam)](https://docs.rs/bevy_pancam) -A 2d-camera plugin for bevy that works with orthographic cameras. +A 2d camera plugin for bevy that works with orthographic cameras. The motivation is that this could be used for something like a map editor for a 2d game. @@ -15,7 +15,7 @@ Behaves similarly to common online map applications: - Click and drag to move the camera - Scroll to zoom -- Keep Keyboard buttons pushed to move the camera +- Hold keyboard buttons to move the camera ## Usage