Skip to content

Commit 4224ab9

Browse files
authored
Fixing the issues with project files being naughty...
1 parent fb7a1ae commit 4224ab9

237 files changed

Lines changed: 49865 additions & 100 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 123 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,123 @@
1+
<!DOCTYPE html>
2+
<html lang="en" x-manifest="/---manifest" data-framework="typescript" xmlns="http://www.w3.org/1999/xhtml">
3+
4+
<head>
5+
<meta charset="utf-8"/>
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
7+
<link rel="stylesheet" data-rtl="https://cdn.makecode.com/blob/2daf054d2cf18f51175ccdada4cdbe18a4a0c7d2/rtlsemantic.css" href="https_58__47__47_arcade.makecode.com_47_-semantic.css" type="text/css"/>
8+
<title>MakeCode Asset Editor</title>
9+
<style>
10+
#asset-editor-field-div {
11+
height: 100%;
12+
}
13+
.image-editor-wrapper {
14+
border-radius: 0;
15+
}
16+
.image-editor-confirm {
17+
background-color: darkgreen;
18+
}
19+
</style>
20+
</head>
21+
22+
<body>
23+
<script>
24+
// This line gets patched up by the cloud
25+
var pxtConfig = {
26+
"relprefix": "/---",
27+
"verprefix": "",
28+
"workerjs": "/---worker",
29+
"tdworkerjs": "/---tdworker",
30+
"monacoworkerjs": "/---monacoworker",
31+
"gifworkerjs": "/---gifworker",
32+
"serviceworkerjs": "/---serviceworker",
33+
"typeScriptWorkerJs": "/---tsworker",
34+
"pxtVersion": "?",
35+
"pxtRelId": "85832ea12d72be40d83ebb22f862e2dadac4a4e1",
36+
"pxtCdnUrl": "https://cdn.makecode.com/commit/85832ea12d72be40d83ebb22f862e2dadac4a4e1/",
37+
"commitCdnUrl": "https://cdn.makecode.com/commit/85832ea12d72be40d83ebb22f862e2dadac4a4e1/",
38+
"blobCdnUrl": "https://cdn.makecode.com/commit/85832ea12d72be40d83ebb22f862e2dadac4a4e1/",
39+
"targetUrl": "https://arcade.makecode.com",
40+
"targetVersion": "?",
41+
"targetRelId": "85832ea12d72be40d83ebb22f862e2dadac4a4e1",
42+
"targetCdnUrl": "https://cdn.makecode.com/commit/85832ea12d72be40d83ebb22f862e2dadac4a4e1/",
43+
"targetId": "arcade",
44+
"runUrl": "/---run",
45+
"docsUrl": "/---docs",
46+
"multiUrl": "/---multi",
47+
"asseteditorUrl": "/---asseteditor",
48+
"skillmapUrl": "/---skillmap",
49+
"authcodeUrl": "/---authcode",
50+
"multiplayerUrl": "/---multiplayer",
51+
"kioskUrl": "/---kiosk",
52+
"teacherToolUrl": "/---eval",
53+
"partsUrl": "https://trg-arcade.userpxt.io/---siminstructions",
54+
"simUrl": "https://trg-arcade.userpxt.io/---simulator",
55+
"simserviceworkerUrl": "https://trg-arcade.userpxt.io/---simserviceworker",
56+
"simworkerconfigUrl": "https://trg-arcade.userpxt.io/---simworkerconfig",
57+
"cdnUrl": "https://cdn.makecode.com",
58+
"ocv": {}
59+
};
60+
</script>
61+
<script type="text/javascript" src="https_58__47__47_arcade.makecode.com_47_-targetlight.js"></script>
62+
<!-- <script type="text/javascript" src="https://cdn.makecode.com/blob/ec765d3ba50a09c8c8819ec80390b6ffa72e945a/target.js"></script> -->
63+
<script type="text/javascript" src="https_58__47__47_arcade.makecode.com_47_-pxtapp.js"></script>
64+
<script>
65+
pxt.setAppTarget(pxtTargetBundle);
66+
// This can be overridden via the messages sent to the page
67+
pxt.appTarget.runtime.palette = ["#000000","#ffffff","#ff2121","#ff93c4","#ff8135","#fff609","#249ca3","#78dc52","#003fad","#87f2ff","#8e2ec4","#a4839f","#5c406c","#e5cdc4","#91463d","#000000"];
68+
69+
// this get rewritten to blob URLs with SHAs while uploading to the cloud
70+
// keep in sync with index.html
71+
window.MonacoPaths = {
72+
"vs/loader": "https://cdn.makecode.com/blob/17e4c591ec47474f1e488f733acd77a1a528378d/vs/loader.js",
73+
"vs/base/worker/workerMain": "https://cdn.makecode.com/blob/3edf5cb4f608aeb07473c5d7c333400e7e469dc0/vs/base/worker/workerMain.js",
74+
"vs/basic-languages/bat/bat": "https://cdn.makecode.com/blob/c67b89bea8ad93bb58cd7686e001daa07e326c21/vs/basic-languages/bat/bat.js",
75+
"vs/basic-languages/cpp/cpp": "https://cdn.makecode.com/blob/8743140f1aa68071ddaf925c836b045e1389bde8/vs/basic-languages/cpp/cpp.js",
76+
"vs/basic-languages/markdown/markdown": "https://cdn.makecode.com/blob/e0cd73549d298474237961881b00500dbbad8638/vs/basic-languages/markdown/markdown.js",
77+
"vs/basic-languages/python/python": "https://cdn.makecode.com/blob/e5e8a27fe42b8bd8079a5e770ed04a840f84832c/vs/basic-languages/python/python.js",
78+
"vs/basic-languages/typescript/typescript": "https://cdn.makecode.com/blob/196f8e01f9716dee9f6da8fb53993c6100914d5f/vs/basic-languages/typescript/typescript.js",
79+
"vs/editor/editor.main.css": "https://cdn.makecode.com/blob/88b279a451119201c6d16bf4a7ca982d3a2727d8/vs/editor/editor.main.css",
80+
"vs/editor/editor.main": "https://cdn.makecode.com/blob/4d38796d4c9d7dae8546930fcae73edcbdbb1a52/vs/editor/editor.main.js",
81+
"vs/editor/editor.main.nls": "https://cdn.makecode.com/blob/23ec988172113c78c24a7ed994c4628fb1a9fd32/vs/editor/editor.main.nls.js",
82+
"vs/language/json/jsonMode": "https://cdn.makecode.com/blob/dfbe96a2b954d99771af6b680a09858c683ba123/vs/language/json/jsonMode.js",
83+
"vs/language/json/jsonWorker": "https://cdn.makecode.com/blob/cf418d614a749960a65f0315e723d3dc36765940/vs/language/json/jsonWorker.js",
84+
"vs/language/typescript/tsMode": "https://cdn.makecode.com/blob/1b9d76bcb69132f9f706a868da89b8220c2804fa/vs/language/typescript/tsMode.js",
85+
"vs/language/typescript/tsWorker": "https://cdn.makecode.com/blob/39169161eed3b06ce4a6aab9a3fc0d93b678a558/vs/language/typescript/tsWorker.js",
86+
"lzma/lzma_worker-min.js": "https://cdn.makecode.com/blob/d08e97ec4175dc71d21c6058a0d800eeeb1a8a0f/lzma/lzma_worker-min.js",
87+
"smoothie/smoothie_compressed.js": "https://cdn.makecode.com/blob/1d99c2ee5b93a196114b16ef01bcf4be000c7ede/smoothie/smoothie_compressed.js",
88+
"blockly.css": "https://cdn.makecode.com/blob/16ba5de0f1e13dd999e54f229a7fc00db8835e9e/blockly.css",
89+
"rtlblockly.css": "https://cdn.makecode.com/blob/15d66b207c352f5d5e83b5e6ae409cc05163eddd/rtlblockly.css",
90+
"gifjs/gif.js": "https://cdn.makecode.com/blob/15eaf38ac1eee2b2e4810a1ac13e8dbee035e546/gifjs/gif.js",
91+
"qrcode/qrcode.min.js": "https://cdn.makecode.com/blob/b258d18871877debfef7348f75c2e52b954c053c/qrcode/qrcode.min.js",
92+
"zip.js/zip.min.js": "https://cdn.makecode.com/blob/f01355117e534954c6d268457d9a73f11ebe3330/zip.js/zip.min.js",
93+
"pdf-lib/pdf-lib.min.js": "https://cdn.makecode.com/blob/8eb336e6678d79fbc5d48c7808a7c4fcddda765a/pdf-lib/pdf-lib.min.js",
94+
"music-editor/apple.png": "https://cdn.makecode.com/blob/73ef19074a264a2cfda67153087c296fa85b250b/music-editor/apple.png",
95+
"music-editor/burger.png": "https://cdn.makecode.com/blob/b3d5ffa224f3de1e45b4d578abe96ef79f50e703/music-editor/burger.png",
96+
"music-editor/cake.png": "https://cdn.makecode.com/blob/bbd922f5a142b7ccccd30e79711d4572a925abdd/music-editor/cake.png",
97+
"music-editor/car.png": "https://cdn.makecode.com/blob/95426c52fcdf1cc5aa347c2271b6f7e15127add2/music-editor/car.png",
98+
"music-editor/cat.png": "https://cdn.makecode.com/blob/4e82fb734dee2198aa547eda83f028e60dc6d964/music-editor/cat.png",
99+
"music-editor/cherry.png": "https://cdn.makecode.com/blob/a59b245ee3961f3000433beac007e642f338897d/music-editor/cherry.png",
100+
"music-editor/clam.png": "https://cdn.makecode.com/blob/e3834306653cc61af90f3f4fb2f437ade9cae13c/music-editor/clam.png",
101+
"music-editor/computer.png": "https://cdn.makecode.com/blob/b290f4d481d3ad0b9d92c98dc4690c859a3f4781/music-editor/computer.png",
102+
"music-editor/crab.png": "https://cdn.makecode.com/blob/bdb629f6b2748b1f8d791396c42bc09a900f1e2e/music-editor/crab.png",
103+
"music-editor/dog.png": "https://cdn.makecode.com/blob/ed6a1811687fcbb8178e2132dc6d4ba7de1479b1/music-editor/dog.png",
104+
"music-editor/duck.png": "https://cdn.makecode.com/blob/34c4c3b7338dfaae78da70617d9b47a24d228efe/music-editor/duck.png",
105+
"music-editor/egg.png": "https://cdn.makecode.com/blob/f5fa4fb409effcfd952dc4a19e507e1b6077f9d6/music-editor/egg.png",
106+
"music-editor/explosion.png": "https://cdn.makecode.com/blob/5dea8273ce0ca702e6b18881c1a2c79d51dc13f5/music-editor/explosion.png",
107+
"music-editor/fish.png": "https://cdn.makecode.com/blob/b72c72622569457905d64cbc2807b83dd6aececa/music-editor/fish.png",
108+
"music-editor/ice-cream.png": "https://cdn.makecode.com/blob/6c0d7afe8c5ea6e048b05fe4d001960b32ca7492/music-editor/ice-cream.png",
109+
"music-editor/lemon.png": "https://cdn.makecode.com/blob/666ae7d337e9caaeaee4cab8e9774d9ed1c8a077/music-editor/lemon.png",
110+
"music-editor/snake.png": "https://cdn.makecode.com/blob/27a03db4570069e4bb7e80226abaa97c3ba1659f/music-editor/snake.png",
111+
"music-editor/star.png": "https://cdn.makecode.com/blob/de5695dfbb9d94a68770023c7d16a172a3760405/music-editor/star.png",
112+
"music-editor/strawberry.png": "https://cdn.makecode.com/blob/e23907601862f30291b2f7702bdb4a430711f841/music-editor/strawberry.png",
113+
"music-editor/taco.png": "https://cdn.makecode.com/blob/4bf3b89c751020043a1d199d65cf9d640359dd1d/music-editor/taco.png",
114+
"music-editor/bass-clef.svg": "https://cdn.makecode.com/blob/6e5dab7887eeacdd81b16a9d0762db1d0a6172ff/music-editor/bass-clef.svg",
115+
"music-editor/treble-clef.svg": "https://cdn.makecode.com/blob/3e0f47cf7d8c462f30e2e5d9422cf23cca731f86/music-editor/treble-clef.svg",
116+
}
117+
</script>
118+
<script type="text/javascript" src="https_58__47__47_arcade.makecode.com_47_-pxtasseteditor.js"></script>
119+
<div id="asset-editor-field-div">
120+
</div>
121+
</body>
122+
123+
</html>

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-icons.css

Lines changed: 206 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-info

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-pxtapp.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-pxtasseteditor.js

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-pxtsim.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-pxtworker.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.pxt/mkc-cache/https_58__47__47_arcade.makecode.com_47_-semantic.css

Lines changed: 293 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)