Skip to content

Commit

Permalink
Prettified Code!
Browse files Browse the repository at this point in the history
  • Loading branch information
stonedDiscord authored and actions-user committed Nov 20, 2024
1 parent 79ba2cc commit 67ffa8f
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 26 deletions.
45 changes: 22 additions & 23 deletions static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,22 @@
{
"name": "Ace Attorney Online",
"short_name": "WebAO",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "logo-new.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "logo-new-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"

}
],
"theme_color": "#2c3d51",
"background_color": "#2c3d51",
"display": "standalone"
}
{
"name": "Ace Attorney Online",
"short_name": "WebAO",
"start_url": "index.html",
"scope": "./",
"icons": [
{
"src": "logo-new.png",
"sizes": "128x128",
"type": "image/png"
},
{
"src": "logo-new-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any maskable"
}
],
"theme_color": "#2c3d51",
"background_color": "#2c3d51",
"display": "standalone"
}
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
"outDir": "./dist",
"allowJs": true,
"target": "es5",
"lib": ["DOM","DOM.Iterable","ES2021.String"],
"lib": ["DOM", "DOM.Iterable", "ES2021.String"],
"strict": true,
"strictNullChecks": false, //document.getElementBy
"downlevelIteration": true
},
"include": ["./webAO/*", "./webAO/viewport/viewport.ts"]
}
}
11 changes: 10 additions & 1 deletion webAO/constants/evidence.json
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
["1.png","2.png","3.png","4.png","5.png","6.png","empty.png","lawyerbadge.png"]
[
"1.png",
"2.png",
"3.png",
"4.png",
"5.png",
"6.png",
"empty.png",
"lawyerbadge.png"
]

0 comments on commit 67ffa8f

Please sign in to comment.