更改鼠标层级

This commit is contained in:
Lenheart 2025-01-20 20:14:09 +08:00
parent 97e510390e
commit ee21761519
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class _Yosin_Cursor extends CL_SpriteObject {
//初始化
function Init() {
//鼠标层级高于一切
SetZOrder(20000000);
SetZOrder(30000000);
_UiObject_.Addchild(this);
}