11111
This commit is contained in:
@@ -2,8 +2,9 @@
|
||||
文件名:DrawHudMain.nut
|
||||
路径:Base/CallBack/DrawHudMain.nut
|
||||
创建日期:2024-08-29 09:39
|
||||
文件用途:血槽绘制入口(图层在血槽层)
|
||||
文件用途:
|
||||
*/
|
||||
//血槽背景
|
||||
function L_HUD_BloodBackground() {
|
||||
local RootTab = getroottable();
|
||||
local obj = sq_getMyCharacter();
|
||||
@@ -21,6 +22,7 @@ function L_HUD_BloodBackground() {
|
||||
|
||||
getroottable().Camera_Pos <- {};
|
||||
|
||||
//城镇摄像机
|
||||
function L_Sync_Camera_Pos(Camera_Object) {
|
||||
// print(Camera_Object);
|
||||
// print(Camera_Object);
|
||||
@@ -31,5 +33,5 @@ function L_Sync_Camera_Pos(Camera_Object) {
|
||||
|
||||
function Sq_DrawChannel() {
|
||||
// L_sq_DrawImg("interface2/cs_shop/cs_packageevent/2021_summer/hearoursummer_calendarui.img", 0, 0, 0);
|
||||
print(Clock());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user