From dbbd392dcbd617c8d8aba3566cf081245f509f94 Mon Sep 17 00:00:00 2001 From: Rex Date: Thu, 5 Dec 2024 21:40:40 +0800 Subject: [PATCH] Update description --- docs/docs/board-miniboard.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/board-miniboard.md b/docs/docs/board-miniboard.md index e6e1e420a0..a5fdfb2cbf 100644 --- a/docs/docs/board-miniboard.md +++ b/docs/docs/board-miniboard.md @@ -112,6 +112,8 @@ These world properties of chess will be changed with container. - Scroll factor - Mask +Bounds and origin will change after adding chess. + #### Remove chess - Remove chess object from board @@ -132,6 +134,8 @@ These world properties of chess will be changed with container. ``` - `destroy` : Set `true` to desrtoy chess object. +Bounds and origin will change after removing chess. + ### Set origin - Set origin tileXY by offset tileXY of all chess. @@ -153,6 +157,8 @@ These world properties of chess will be changed with container. miniBoard.setOrigin('top-left'); ``` +Position of this miniboard will change + ### Get all chess ```javascript