diff options
author | B. Watson <yalhcru@gmail.com> | 2014-05-01 09:23:03 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-05-01 09:23:03 +0700 |
commit | eca63c3bc5ca4d7b38f1dd2218958c33b38bf631 (patch) | |
tree | da1194e3fa86efb90695e5d4b348e09ad939ac1d /development/love-legacy072/README | |
parent | 4f5d79d6588be7ae859d91c9347c254f1e0f4290 (diff) | |
download | slackbuilds-eca63c3bc5ca4d7b38f1dd2218958c33b38bf631.tar.gz |
development/love-legacy072: Moved to development category.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/love-legacy072/README')
-rw-r--r-- | development/love-legacy072/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/love-legacy072/README b/development/love-legacy072/README new file mode 100644 index 0000000000..74b053c04c --- /dev/null +++ b/development/love-legacy072/README @@ -0,0 +1,9 @@ +LÖVE is a framework for developing 2D games in Lua. + +love-legacy072 is an older (0.7.2) version, for games written using the +0.7 API. It should not be used for developing new code (use the regular +love package for that instead). + +Normally, games written with LÖVE are started with "love gamename.love". +For games that need 0.7.2, start them with "love-0.7.2 gamename.love" +instead. |