1
This commit is contained in:
@@ -10,19 +10,22 @@ function L_HUD_BloodBackground() {
|
||||
if (!obj) return;
|
||||
if (RootTab.rawin("HudUi_Obj")) {
|
||||
RootTab.HudUi_Obj.BottomShow(obj);
|
||||
}
|
||||
}
|
||||
if (RootTab.rawin("EventList_Obj")) {
|
||||
foreach(win in EventList_Obj.Events) {
|
||||
win.EventShow(obj);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
getroottable().Camera_Pos <- 0;
|
||||
getroottable().Camera_Pos <- {};
|
||||
|
||||
function L_Sync_Camera_Pos(Xpos) {
|
||||
getroottable().Camera_Pos = Xpos;
|
||||
// print(Xpos);
|
||||
function L_Sync_Camera_Pos(Camera_Object) {
|
||||
// print(Camera_Object);
|
||||
// print(Camera_Object);
|
||||
getroottable().Camera_Pos.X <- L_sq_RA(Camera_Object + 0x638);
|
||||
getroottable().Camera_Pos.Y <- L_sq_RA(Camera_Object + 0x63C);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user