clarify driver description

This commit is contained in:
Kartik K. Agaram 2023-12-13 18:19:34 -08:00
parent 7dfe8000bb
commit d60139bdb5
1 changed files with 4 additions and 3 deletions

View File

@ -27,9 +27,10 @@ using a fork of this repo:
![making changes without restarting the app](assets/2.gif)
If you run a .love file, your changes will go into the [save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory).
If you unzip the .love file into a new directory and run the directory
instead, your changes will go straight into the same directory.
If the app being modified by the driver lives in a .love file, your changes
will go into the [save directory](https://love2d.org/wiki/love.filesystem.getSaveDirectory).
If it lives in a directory (like this repo), your changes will go straight
into the same directory.
## Keyboard shortcuts