version 5, updated

This commit is contained in:
2026-05-15 20:58:17 +03:00
parent f9069e24ba
commit d25f15bd04
4 changed files with 20 additions and 12 deletions
+14
View File
@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "launch",
"name": "Open index.html",
"file": "c:\\Users\\Dream\\games\\Project\\index.html"
}
]
}