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:
parent
d01f6fb681
commit
57a3a89bef
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue