diff options
author | B. Watson <yalhcru@gmail.com> | 2021-10-26 03:59:43 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-10-29 17:07:24 +0700 |
commit | 6639ea9752682c6640f1d0462603f2466c03a451 (patch) | |
tree | 706de66518aa88d9224f2e97856394d36331e0c7 /games/smc/README | |
parent | 5302c35e63561403585dbacfcd68c69bfe40c840 (diff) | |
download | slackbuilds-6639ea9752682c6640f1d0462603f2466c03a451.tar.gz |
games/smc: New-style icons.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/smc/README')
-rw-r--r-- | games/smc/README | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/games/smc/README b/games/smc/README index 21f7187b7b..a98dc65930 100644 --- a/games/smc/README +++ b/games/smc/README @@ -1,23 +1,23 @@ smc (Secret Maryo Chronicles) -Secret Maryo Chronicles is an Open Source two-dimensional platform game -with a style designed similar to classic sidescroller games such as -Super Mario Bros. It uses the platform independent library SDL and, since -version 0.98, the OpenGL accelerated graphics renderer from CEGUI. The -game is developed in C++. +Secret Maryo Chronicles is an Open Source two-dimensional platform +game with a style designed similar to classic sidescroller games such +as Super Mario Bros. It uses the platform independent library SDL and, +since version 0.98, the OpenGL accelerated graphics renderer from +CEGUI. The game is developed in C++. Notes: The default keyboard controls are arrows to move, A to run, S to jump, and Enter to use an item or (in the Overworld) start a level. See -/usr/doc/smc-$VERSION/controls.html and the in-game Options -> Keyboard -menu for more information. +/usr/doc/smc-$VERSION/controls.html and the in-game Options -> +Keyboard menu for more information. To compile this game you will need CEGUI0.7. Make sure CEGUI0.7 is -compiled after FreeImage, as this needs a CEGUI0.7 with FreeImage support -built in (the latest CEGUI0.7 SlackBuild will automatically use FreeImage -if available). +compiled after FreeImage, as this needs a CEGUI0.7 with FreeImage +support built in (the latest CEGUI0.7 SlackBuild will automatically +use FreeImage if available). -Unfortunately, as of this writing, it's impossible to install both CEGUI -and CEGUI0.7 at the same time, so make sure CEGUI (the 0.8 version) -isn't installed or you'll end up with a mess. +Unfortunately, as of this writing, it's impossible to install both +CEGUI and CEGUI0.7 at the same time, so make sure CEGUI (the 0.8 +version) isn't installed or you'll end up with a mess. |