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