added simple UI

This commit is contained in:
Mausham
2026-05-27 15:05:26 +05:45
parent 442836ad89
commit d51ec3eaa7
2508 changed files with 305760 additions and 3 deletions

10
.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Unity",
"type": "vstuc",
"request": "attach"
}
]
}