diff options
Diffstat (limited to 'config/necronomicon.json5')
| -rw-r--r-- | config/necronomicon.json5 | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/config/necronomicon.json5 b/config/necronomicon.json5 new file mode 100644 index 0000000..472a3e6 --- /dev/null +++ b/config/necronomicon.json5 @@ -0,0 +1,17 @@ +{ + // This is used to debug stuff + "debug": false, + // A test boolean + "test": false, + // A list! + // Supports multiple values using List.of() + "list": [ + "test", + "test2" + ], + "exampleColors": { + "red": 255, + "green": 255, + "blue": 255 + } +}
\ No newline at end of file |
