Actor API增加完成

This commit is contained in:
2025-10-25 23:52:26 +08:00
parent 89899a3799
commit 433fa315b2
7 changed files with 290 additions and 82 deletions

View File

@@ -17,6 +17,7 @@ class Window_NotiBox extends GameWindow {
function InitSprite() {
local Sp = Sprite("sprite/hud/newantonui.img", 0);
Sp.SetBlendMode(1);
AddChild(Sp);
local Textobj = Text("测试文本",0,sq_RGBA(255,255,255,255));