Jonathan
Results
2
issues of
Jonathan
The Learn CSS article on inheritance (005) uses the term "inheritable" which is both potentially misleading and not used in the CSS spec. This is potentially misleading because the word...
When using tilemaps, MakeCode Arcade has blocks to retrieve an arbitrary tilemap location (`tiles.getTileLocation(col,row)`) as well as the tilemap Location of a sprite (`mySprite.tilemapLocation()`). Checking if two Locations are equal...