We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sprite.move
1 parent e6aac35 commit f3025c0Copy full SHA for f3025c0
spx-gui/src/components/editor/code-editor/document-base/spx/index.ts
@@ -436,7 +436,8 @@ export const move0: DefinitionDocumentationItem = {
436
detail: makeBasicMarkdownString({
437
en: 'Move given distance toward current heading, e.g., `move 10`',
438
zh: '向当前朝向移动指定的距离,如:`move 10`'
439
- })
+ }),
440
+ hiddenFromList: true // not recommended to use
441
}
442
443
export const move1: DefinitionDocumentationItem = {
0 commit comments