development/love-legacy072: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
bbe791f3b5
commit
5ba773a113
|
@ -1,9 +1,9 @@
|
|||
LÖVE is a framework for developing 2D games in Lua.
|
||||
LOVE 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".
|
||||
Normally, games written with LOVE are started with "love gamename.love".
|
||||
For games that need 0.7.2, start them with "love-0.7.2 gamename.love"
|
||||
instead.
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
love-legacy072: love-legacy072 (Lua 2D game development framework, old version)
|
||||
love-legacy072:
|
||||
love-legacy072: Hi there! LÖVE is an *awesome* framework you can use to make 2D games
|
||||
love-legacy072: Hi there! LOVE is an *awesome* framework you can use to make 2D games
|
||||
love-legacy072: in Lua. It's free, open source, and works on Windows, Mac OS X and
|
||||
love-legacy072: Linux.
|
||||
love-legacy072:
|
||||
|
|
Loading…
Reference in New Issue