Skip to content

Commit

Permalink
Add cardBack32x32 image.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-kulcsar committed Jun 24, 2024
1 parent 6c4f299 commit a3c0320
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 2 deletions.
12 changes: 12 additions & 0 deletions images.g.jres
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"image1": {
"data": "hwQgACAAAAAzMzMzMzMzMzMzMzMzMzMzMxMRERERERERERERERExMzMxMzMzMzMzMzMzMzMzEzMTMzMzMzMzMzMzMzMzMzMxEzMzMzMzERERETEzMzMzMRMzMzMzETMzMzMTMTMzMzETMzMzEzMzMzMzMxMzMzMxEzMzMzEzMzMzMzMzMTMzMRMzMxMzMxMREREzMxMzMzETMzMxMxMxMzMzETMzMTMxEzMzMTMxMzMzMzMxMzEzMRMzEzMzMTMzMzMzMTMTMzETMxMzEzMzERExMxMzEzMxEzMTMxMzEyIiEjMTMxMzMRMzEzMTMxMiIhIzEzMTMzETMxMzEzMTIiISMxMzEzMxEzMTMxMzEyIiEjMTMxMzMRMzEzMTMxMiIhIzEzMTMzETMxMzEzMzERExMxMzEzMxEzMTMzMxMzMzMzMxMxMzMRMzMzEzMTMzMzMzMTMxMzETMzMxMxMxMzMzETMzMTMxEzMzEzMzExERETMzEzMzMRMzMzMxMzMzMzMzMzEzMzETMzMzEzMzMzMzMxMzMzMxEzMzMzMRMzMzMxMxMzMzMRMzMzMzMxERERExMzMzMzETMzMzMzMzMzMzMzMzMzMxMzEzMzMzMzMzMzMzMzMTMzMTERERERERERERERERMTMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMzMw==",
"mimeType": "image/x-mkcd-f4",
"displayName": "cardBack32x32"
},
"*": {
"mimeType": "image/x-mkcd-f4",
"dataEncoding": "base64",
"namespace": "myImages"
}
}
60 changes: 60 additions & 0 deletions images.g.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
// Auto-generated code. Do not edit.
namespace myImages {

helpers._registerFactory("image", function(name: string) {
switch(helpers.stringTrim(name)) {
case "image1":
case "cardBack32x32":return img`
33333333333333333333333333333333
33311111111111111111111111113333
33133333333333333333333333331333
31333333333333333333333333333133
31333333333333333333333333333133
31333333333111111111333333333133
31333333311333333333113333333133
31333333133333333333331333333133
31333331333333333333333133333133
31333313333311111113333313333133
31333133331133333331133331333133
31333133313333333333313331333133
31331333313333333333313333133133
31331333133331111133331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133312222213331333133133
31331333133331111133331333133133
31331333313333333333313333133133
31333133313333333333313331333133
31333133331133333331133331333133
31333313333311111113333313333133
31333331333333333333333133333133
31333333133333333333331333333133
31333333311333333333113333333133
31333333333111111111333333333133
31333333333333333333333333333133
33133333333333333333333333331333
33311111111111111111111111113333
33333333333333333333333333333333
`;
}
return null;
})

helpers._registerFactory("animation", function(name: string) {
switch(helpers.stringTrim(name)) {

}
return null;
})

helpers._registerFactory("song", function(name: string) {
switch(helpers.stringTrim(name)) {

}
return null;
})

}
// Auto-generated code. Do not edit.
7 changes: 5 additions & 2 deletions pxt.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
"device": "*"
},
"files": [
"main.ts"
"main.ts",
"images.g.jres",
"images.g.ts"
],
"testDependencies": {},
"targetVersions": {
Expand All @@ -15,5 +17,6 @@
"supportedTargets": [
"arcade"
],
"preferredEditor": "tsprj"
"preferredEditor": "tsprj",
"assetPack": true
}

0 comments on commit a3c0320

Please sign in to comment.