This commit is contained in:
Richard Knoll 2020-10-20 11:57:48 -07:00
Родитель e5d03e5f2e
Коммит 43d00330f9
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -10,8 +10,8 @@
"tilemap.ts",
"overworld.ts",
"search.ts",
"tilemap.util.jres",
"tilemap.util.ts"
"tiles.util.jres",
"tiles.util.ts"
],
"testFiles": [
"test.ts"

Просмотреть файл

@ -1,6 +1,6 @@
{
"*": {
"namespace": "tilemap.util",
"namespace": "tiles.util",
"mimeType": "image/x-mkcd-f4",
"dataEncoding": "base64"
},

Просмотреть файл

@ -1,4 +1,4 @@
namespace tilemap.util {
namespace tiles.util {
//% fixedInstance jres blockIdentity=images._tile
//% tags="tile misc category-Placeholder"
export const arrow0 = image.ofBuffer(hex``);

Просмотреть файл

@ -3,7 +3,7 @@
"height": 16,
"creator": "image.ofBuffer",
"star": {
"namespace": "tilemap.util",
"namespace": "tiles.util",
"mimeType": "image/x-mkcd-f4"
},
"tags": "tile misc category-Placeholder",