Migrate to flamework + strating rewrite ragdoll.

This commit is contained in:
2025-10-26 22:05:57 +01:00
parent da615efafa
commit 02947cc391
20 changed files with 1068 additions and 400 deletions

View File

@@ -11,5 +11,10 @@
},
"eslint.run": "onType",
"eslint.format.enable": true,
"eslint.useFlatConfig": false
"eslint.useFlatConfig": false,
"files.autoSave": "onWindowChange",
"editor.formatOnSave": true,
"files.associations": {
"*.luau": "lua"
}
}