chailove: Allow loading without game content

Similar to Love2D, ChaiLove 0.20.0 will now display a "No Game" screen when launching without content. Due to this, we shall enable `supports_no_game` in the .info file.
This commit is contained in:
Rob Loach 2018-04-22 16:43:56 -04:00 committed by GitHub
parent d01f6fb681
commit 57a3a89bef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -7,5 +7,5 @@ systemname = "ChaiLove"
database = "ChaiLove"
license = "MIT"
permissions = ""
display_version = "0.12.0"
supports_no_game = "false"
display_version = "0.20.0"
supports_no_game = "true"