Skip to content

Commit 593eea3

Browse files
authored
add tilemap locations to the list of function parameter types (#6833)
1 parent 67e355b commit 593eea3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pxtarget.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -497,6 +497,12 @@
497497
"typeName": "Image",
498498
"icon": "image outline",
499499
"defaultName": "myImage"
500+
},
501+
{
502+
"label": "Location",
503+
"typeName": "tiles.Location",
504+
"icon": "tree",
505+
"defaultName": "myLocation"
500506
}
501507
]
502508
},

0 commit comments

Comments
 (0)