mtcosmos Posted June 30, 2016 Report Share Posted June 30, 2016 Buenas noches Zone, una pregunta, miren esta foto: 1- Alguien sabe por casualidad la ruta de esta opción para modificar-la?. 2- y poder desplazarla aquí. Gracias antetodo Link to comment Share on other sites More sharing options...
♥ TesT ♥ Posted June 30, 2016 Report Share Posted June 30, 2016 en locale taskbar.py Link to comment Share on other sites More sharing options...
mtcosmos Posted July 1, 2016 Author Report Share Posted July 1, 2016 en locale taskbar.py uff dios ! muchas gracias! sabrías que x&y de taskbar.py son? porfavor Link to comment Share on other sites More sharing options...
♥ TesT ♥ Posted July 1, 2016 Report Share Posted July 1, 2016 uff dios ! muchas gracias! sabrías que x&y de taskbar.py son? porfavor no ni idea jaja busca jaja Link to comment Share on other sites More sharing options...
mtcosmos Posted July 3, 2016 Author Report Share Posted July 3, 2016 no ni idea jaja busca jaja No he podido encontrarlo, seguro que es ahi? Link to comment Share on other sites More sharing options...
kaoba Posted July 8, 2016 Report Share Posted July 8, 2016 Super sencillo la parte que mueve eso es aqui { "name" : "QuickSlotBoard", "type" : "window", "x" : 130+14+130+2, Mueves x para derecha o izquierda para que te mueva todo si lo mueves de otro lado no te funcionara al darle cliente tienes que moverlo de aqui "y" : 0, "width" : 11, "height" : 37, "children" : ( { "name" : "QuickSlotNumberBox", "type" : "image", "x" : 3, "y" : 15, "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", }, { "name" : "QuickPageUpButton", "type" : "button", "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, "x" : 3, "y" : 9, "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", }, { "name" : "QuickPageNumber", "type" : "image", "x" : 5, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, { "name" : "QuickPageDownButton", "type" : "button", "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, "x" : 3, "y" : 24, "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", }, ), }, Link to comment Share on other sites More sharing options...
mtcosmos Posted August 3, 2016 Author Report Share Posted August 3, 2016 Super sencillo la parte que mueve eso es aqui { "name" : "QuickSlotBoard", "type" : "window", "x" : 130+14+130+2, Mueves x para derecha o izquierda para que te mueva todo si lo mueves de otro lado no te funcionara al darle cliente tienes que moverlo de aqui "y" : 0, "width" : 11, "height" : 37, "children" : ( { "name" : "QuickSlotNumberBox", "type" : "image", "x" : 3, "y" : 15, "image" : ROOT + "taskbar/QuickSlot_Button_Board.sub", }, { "name" : "QuickPageUpButton", "type" : "button", "tooltip_text" : uiScriptLocale.TASKBAR_PREV_QUICKSLOT, "x" : 3, "y" : 9, "default_image" : ROOT + "TaskBar/QuickSlot_UpButton_01.sub", "over_image" : ROOT + "TaskBar/QuickSlot_UpButton_02.sub", "down_image" : ROOT + "TaskBar/QuickSlot_UpButton_03.sub", }, { "name" : "QuickPageNumber", "type" : "image", "x" : 5, "y" : 15, "image" : "d:/ymir work/ui/game/taskbar/1.sub", }, { "name" : "QuickPageDownButton", "type" : "button", "tooltip_text" : uiScriptLocale.TASKBAR_NEXT_QUICKSLOT, "x" : 3, "y" : 24, "default_image" : ROOT + "TaskBar/QuickSlot_DownButton_01.sub", "over_image" : ROOT + "TaskBar/QuickSlot_DownButton_02.sub", "down_image" : ROOT + "TaskBar/QuickSlot_DownButton_03.sub", }, ), }, Muchísimas Gracias!! tenias razón. Yo no toco mucha interfaz la verdad... Por casualidad no sabrás también donde esta esta: Debes iniciar sesión para ver el contenido del enlace en esta publicación. Link to comment Share on other sites More sharing options...
Recommended Posts