PIXI Controls: Change Edit Mode font size
This commit is contained in:
parent
e74e407aed
commit
78c79fe305
1 changed files with 2 additions and 2 deletions
|
@ -125,13 +125,13 @@ ONSControls.createAdditionalButtons = function() {
|
|||
ONSControls.createEditModeInterface = function() {
|
||||
const headerText = new PIXI.Text("Режим редактирования", {
|
||||
fontFamily: 'Arial',
|
||||
fontSize: Math.round(this._controlsCanvas.screen.height / 36),
|
||||
fontSize: Math.round(this._controlsCanvas.screen.height / 20),
|
||||
fill: 0xaaaaaa,
|
||||
align: 'center'
|
||||
});
|
||||
const tipText = new PIXI.Text("Здесь вы можете свободно перемещать элементы управления по экрану.\nЧтобы выйти из этого режима, нажмите кнопку \"Назад\" вашего Android устройства.", {
|
||||
fontFamily: 'Arial',
|
||||
fontSize: Math.round(this._controlsCanvas.screen.height / 55),
|
||||
fontSize: Math.round(this._controlsCanvas.screen.height / 32),
|
||||
fill: 0xaaaaaa,
|
||||
align: 'center'
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue