Initial import

This commit is contained in:
Andraxion 2026-06-26 18:18:14 -04:00
commit ab891a315c
773 changed files with 257255 additions and 0 deletions

13
data/editor_settings.json Normal file
View file

@ -0,0 +1,13 @@
{
"schemaVersion": 1,
"mapEditor": {
"themePreset": "amethyst",
"engineOverrides": [
{
"id": "override_heightBlurStep_2",
"key": "heightBlurStep",
"value": 0.1
}
]
}
}