Commit ab36dbe3 authored by Chunchi Che's avatar Chunchi Che

add some comment

parent 9d48757b
...@@ -54,6 +54,7 @@ export default (hands: Card[], scene: BABYLON.Scene) => { ...@@ -54,6 +54,7 @@ export default (hands: Card[], scene: BABYLON.Scene) => {
"scaling", "scaling",
CONFIG.HandHoverScaling() CONFIG.HandHoverScaling()
), ),
// TODO: 这里后续应该加上显示可操作按钮的处理
new BABYLON.ExecuteCodeAction( new BABYLON.ExecuteCodeAction(
BABYLON.ActionManager.OnPointerOverTrigger, BABYLON.ActionManager.OnPointerOverTrigger,
(event) => { (event) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment