Skip to content

Commit dcd930e

Browse files
Update README.md
1 parent 7ab14e3 commit dcd930e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
This MakeCode Arcade extension provides blocks that create and manipulate circle sprites. It is "Best" in a series of similar extensions dubbed good-better-best. A program using this extension must also install Arcade Sprite Data Extension from the Arcade dashboard. Alternatively, the extension [arcade-sprite-data-revised](../../../arcade-sprite-data-revised) can be used.
55

66
## Why this Extension is Best
7-
This extension is "Best" because unlike circle-ext-better ("Better")and circle-ext-good ("Good"), in this extension a circle ***is a sprite***, which enables it to be used with all sprite blocks, e.g., , sprite properties, sprite arrays and on-sprite-overlap blocks. Although Better an Good have the same capabilities as Best, either they are awkard to use or obtuse to implement.
7+
This extension is "Best" because unlike circle-ext-better ("Better")and circle-ext-good ("Good"), in this extension a circle ***is a sprite***, which enables it to be used with all sprite blocks, e.g., , sprite properties, sprite arrays and on-sprite-overlap blocks. Although [Better](../../../circle-ext-better) and [Good](../../../circle-ext-good) have the same capabilities as Best, either they are awkard to use or obtuse to implement.
88

99
## Custom Blocks in circle-ext-best
1010

0 commit comments

Comments
 (0)