Initial Commit!

This commit is contained in:
zombieguy
2026-07-08 22:58:56 +01:00
parent d9910aee00
commit 9cef1c5373
2371 changed files with 56283 additions and 0 deletions
+17
View File
@@ -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
}
}