moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

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
}
}