Fix missing alpha title.
This commit is contained in:
parent
c1d7de2af9
commit
51977d5a0d
@ -16,7 +16,7 @@ return {
|
||||
version = dofile("./mods/nc_api/version.lua"),
|
||||
path = ".",
|
||||
type = "game",
|
||||
title = "NodeCore",
|
||||
title = "NodeCore" .. (alpha and " ALPHA" or ""),
|
||||
short_desc = (alpha
|
||||
and "Experimental early-access releases of NodeCore."
|
||||
or "An original, immersive puzzle/adventure game with NO popup GUIs, minimal HUDs."),
|
||||
|
Loading…
x
Reference in New Issue
Block a user