fix:1、添加缩放和拖曳(未测试版)

This commit is contained in:
2026-06-13 19:58:55 +08:00
parent 6f351139cf
commit 9663e8a6de
7 changed files with 291 additions and 12 deletions
@@ -14,6 +14,7 @@ namespace FGUI.Arrow_game
UIObjectFactory.SetPackageItemExtension(ArrorPoint.URL, typeof(ArrorPoint));
UIObjectFactory.SetPackageItemExtension(HeartsPanel.URL, typeof(HeartsPanel));
UIObjectFactory.SetPackageItemExtension(com_finger.URL, typeof(com_finger));
UIObjectFactory.SetPackageItemExtension(btn_big.URL, typeof(btn_big));
}
}
}