mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Avoid non-ASCII characters in printed help text.
This commit is contained in:
@@ -136,11 +136,11 @@ function love.boot()
|
||||
|
||||
if not can_has_game then
|
||||
-- when editing this message, change it at love.cpp too
|
||||
print([[LÖVE is an *awesome* framework you can use to make 2D games in Lua
|
||||
print([[LOVE is an *awesome* framework you can use to make 2D games in Lua
|
||||
https://love2d.org
|
||||
|
||||
usage:
|
||||
love --version prints LÖVE version and quits
|
||||
love --version prints LOVE version and quits
|
||||
love --help prints this message and quits
|
||||
love path/to/gamedir runs the game from the given directory which contains a main.lua file
|
||||
love path/to/packagedgame.love runs the packaged game from the provided .love file
|
||||
|
||||
Reference in New Issue
Block a user