Update
This commit is contained in:
parent
0f6667ac0e
commit
b577162366
|
@ -527,8 +527,8 @@ Plymouth.SetMessageFunction(message_callback);
|
|||
padding_top_bottom = Percent(10, messages_box.height);
|
||||
padding_left_right = Percent(5, messages_box.width);
|
||||
|
||||
message_sprite_.x = messages_box.x + padding_top_bottom; // позиция % по X
|
||||
message_sprite_.y = messages_box.y + ; // позиция % по Y
|
||||
message_sprite_.x = messages_box.x + (padding_left_right); // позиция % по X (слева направо)
|
||||
message_sprite_.y = messages_box.y + (padding_top_bottom); // позиция % по Y (сверху вниз)
|
||||
|
||||
// LOG //
|
||||
NUM_SCROLL_LINES=20; //количество строк лога
|
||||
|
|
|
@ -527,8 +527,8 @@ Plymouth.SetMessageFunction(message_callback);
|
|||
padding_top_bottom = Percent(10, messages_box.height);
|
||||
padding_left_right = Percent(5, messages_box.width);
|
||||
|
||||
message_sprite_.x = messages_box.x + padding_top_bottom; // позиция % по X
|
||||
message_sprite_.y = messages_box.y + ; // позиция % по Y
|
||||
message_sprite_.x = messages_box.x + (padding_left_right); // позиция % по X (слева направо)
|
||||
message_sprite_.y = messages_box.y + (padding_top_bottom); // позиция % по Y (сверху вниз)
|
||||
|
||||
// LOG //
|
||||
NUM_SCROLL_LINES=20; //количество строк лога
|
||||
|
|
Loading…
Reference in New Issue