UI and about page in game

This commit is contained in:
2026-02-24 16:57:51 -03:00
parent fe885a9e24
commit 86d527ae51
12 changed files with 268 additions and 6 deletions
Generated
+10 -2
View File
@@ -3,7 +3,8 @@
"specifiers": {
"jsr:@std/fs@^1.0.23": "1.0.23",
"jsr:@std/internal@^1.0.12": "1.0.12",
"jsr:@std/path@^1.1.4": "1.1.4"
"jsr:@std/path@^1.1.4": "1.1.4",
"npm:marked@^17.0.3": "17.0.3"
},
"jsr": {
"@std/fs@1.0.23": {
@@ -23,9 +24,16 @@
]
}
},
"npm": {
"marked@17.0.3": {
"integrity": "sha512-jt1v2ObpyOKR8p4XaUJVk3YWRJ5n+i4+rjQopxvV32rSndTJXvIzuUdWWIy/1pFQMkQmvTXawzDNqOH/CUmx6A==",
"bin": true
}
},
"workspace": {
"dependencies": [
"jsr:@std/fs@^1.0.23"
"jsr:@std/fs@^1.0.23",
"npm:marked@^17.0.3"
]
}
}