input handlers

This commit is contained in:
2025-05-18 16:34:33 +02:00
parent e0797d2cfc
commit 102c1f59dc
18 changed files with 595 additions and 376 deletions

15
.vscode/settings.json vendored
View File

@@ -1,8 +1,11 @@
{
"json.schemas": [
{
"fileMatch": [ "src/assets/data/*.json" ],
"url": "./schemas/gdRoot.json"
}
]
"json.schemas": [
{
"fileMatch": ["src/assets/data/*.json"],
"url": "./schemas/gdRoot.json"
}
],
"editor.insertSpaces": false,
"editor.detectIndentation": false,
"editor.tabSize": 4
}