Fix missing alpha title.

This commit is contained in:
Aaron Suen 2020-03-28 08:15:34 -04:00
parent c1d7de2af9
commit 51977d5a0d

View File

@ -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."),