diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-12 15:00:27 -0500 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-12 15:00:27 -0500 |
commit | 5403dd98ea1da66ba32ffdc2724142cfe19e2519 (patch) | |
tree | dc7ad1cce758c816bb258d6819c3b185f453edf5 /games/solarus-quest-editor | |
parent | d88ba7d24d97070e7bd5167474f677b907278478 (diff) |
games/solarus-quest-editor: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'games/solarus-quest-editor')
-rw-r--r-- | games/solarus-quest-editor/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/games/solarus-quest-editor/README b/games/solarus-quest-editor/README index 01578b0fb821..65e92c50fb9b 100644 --- a/games/solarus-quest-editor/README +++ b/games/solarus-quest-editor/README @@ -1,7 +1,7 @@ -Solarus Quest Editor is a free and open-source game editor for Solarus, licensed -under GPL. It is written in C++ with Qt. It helps you managing your project, and -editing maps, sprites, tilesets, dialogs, scripts, musics and sounds. +Solarus Quest Editor is a free and open-source game editor for +Solarus, licensed under GPL. It is written in C++ with Qt. It helps +you managing your project, and editing maps, sprites, tilesets, +dialogs, scripts, musics and sounds. -Required Dependency - -solarus must have been built with qt5. +Required Dependency: solarus must have been built with qt5. This +should happen automatically on Slackware 15.0. |