diff options
Diffstat (limited to 'games/love-legacy072/README')
-rw-r--r-- | games/love-legacy072/README | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/games/love-legacy072/README b/games/love-legacy072/README deleted file mode 100644 index 74b053c04c..0000000000 --- a/games/love-legacy072/README +++ /dev/null @@ -1,9 +0,0 @@ -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. |