summaryrefslogtreecommitdiffstats
path: root/games/love-legacy072/README
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2014-04-10 19:15:01 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-10 19:15:01 +0700
commit9ccc2a417b718caa403ac3b07f190b5b9a4f63d7 (patch)
tree7beb11a64569538f9f8d5d5874ff1ab8bf95cfd1 /games/love-legacy072/README
parent2863a225a93910adcca3651b4d9b39f932cd6e37 (diff)
downloadslackbuilds-9ccc2a417b718caa403ac3b07f190b5b9a4f63d7.tar.gz
slackbuilds-9ccc2a417b718caa403ac3b07f190b5b9a4f63d7.tar.xz
games/love-legacy072: Added (2D game development framework).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/love-legacy072/README')
-rw-r--r--games/love-legacy072/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/games/love-legacy072/README b/games/love-legacy072/README
new file mode 100644
index 0000000000..74b053c04c
--- /dev/null
+++ b/games/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.