Skip to content

Instantly share code, notes, and snippets.

@mloc
Last active October 5, 2017 13:34
Show Gist options
  • Save mloc/7da1f04656e7348cbadac37d14341994 to your computer and use it in GitHub Desktop.
Save mloc/7da1f04656e7348cbadac37d14341994 to your computer and use it in GitHub Desktop.
CONFIG_FILE(game, "game.json")
CONFIG_ENTRY(game, doot_count, num)
desc = "Number of doots"
default = 10
CONFIG_ENTRY(game, cat_name, string)
desc = "Name of the cat"
default = "Runtime"
CONFIG_ENTRY(game, ban_amount, num)
desc = {"
ban amount!
Multi line example
"}
default = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment