mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
4 lines
104 B
JavaScript
4 lines
104 B
JavaScript
---------------------------------
|
|
var size = cc.winSize;
|
|
node.setPosition(size.width/2, size.height/2);
|