Skip to content

Commit f3025c0

Browse files
committed
Hide spx Sprite.move
1 parent e6aac35 commit f3025c0

File tree

1 file changed

+2
-1
lines changed
  • spx-gui/src/components/editor/code-editor/document-base/spx

1 file changed

+2
-1
lines changed

spx-gui/src/components/editor/code-editor/document-base/spx/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,8 @@ export const move0: DefinitionDocumentationItem = {
436436
detail: makeBasicMarkdownString({
437437
en: 'Move given distance toward current heading, e.g., `move 10`',
438438
zh: '向当前朝向移动指定的距离,如:`move 10`'
439-
})
439+
}),
440+
hiddenFromList: true // not recommended to use
440441
}
441442

442443
export const move1: DefinitionDocumentationItem = {

0 commit comments

Comments
 (0)