Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

Problem z oknem eq


Rekomendowane odpowiedzi

Opublikowano

Gdy się zaloguje do gry okienko eq nie jest tak fajnie położone jak ma być tylko jego część znika trochę za ekranem.

Być może to mały problem, bo można sobie przesunąć, ale mam coś na pukncie niedoskonałości i chciałbym żeby ktoś mi pomógł, powiedział co mam zmienić w pliku inventorywindow w locale żeby to się ładnie układało po zalogowaniu

O tak dokładnie :

7y4z16p4b752.jpg

PS. wiem, że nie ma ikon, ale ich jeszcze w ogóle nie dodałem do locale

 

Oto plik inventorywindow 

 

 

import uiScriptLocale

EQUIPMENT_START_INDEX = 90

window = {
	"name" : "InventoryWindow",

	## 600 - (width + żŔ¸ĄÂĘŔ¸·Î şÎĹÍ ¶çżě±â 24 px)
	"x" : SCREEN_WIDTH - 176,
	"y" : SCREEN_HEIGHT - 37 - 565,

	"style" : ("movable", "float",),

	"width" : 176+37,
	"height" : 565,

	"children" :
	(
		{
			"name" : "tablicamickeja",
			"type" : "board",
			"style" : ("attach",),

			"x" : -15,
			"y" : 38,

			"width" : 165,
			"height" : 210,

			"children" :
			(
				## TobolekButton		
				{
				"name" : "MallButton",
				"type" : "button",

				"x" : 14,
				"y" : 12,

				"tooltip_text" : "Tobolek",
				
				"tooltip_x" : -10,
				"tooltip_y" : 0,				

				"default_image" : "icon/face/tobolek1.tga",
				"over_image" : "icon/face/tobolek2.tga",
				"down_image" : "icon/face/tobolek3.tga",
				},
				{
					"name" : "Dozorca",
					"type" : "button",

					"x" : 14,
					"y" : 47 + 3,

					"tooltip_text" : "Dozorca",
					
					"tooltip_x" : -30,
					"tooltip_y" : 0,

					"default_image" : "d:/ymir work/ui/board/posklep1.tga",
					"over_image" : "d:/ymir work/ui/board/posklep2.tga",
					"down_image" : "d:/ymir work/ui/board/posklep3.tga",
				},
				{
					"name" : "jakisbutton",
					"type" : "button",

					"x" : 14,
					"y" : 85 + 3,

					"tooltip_text" : "Button 1",
					
					"tooltip_x" : -30,
					"tooltip_y" : 0,

					"default_image" : "icon/face/123.tga",
					"over_image" : "icon/face/123_2.tga",
					"down_image" : "icon/face/123_3.tga",
				},						
				## Button2
				{
					"name" : "jakisbutton2",
					"type" : "button",

					"x" : 14,
					"y" : 123 + 3,

					"tooltip_text" : "Button2",
					
					"tooltip_x" : -10,
					"tooltip_y" : 0,					

					"default_image" : "icon/face/antyexp1.tga",
					"over_image" : "icon/face/antyexp2.tga",
					"down_image" : "icon/face/antyexp3.tga",
				},
				## Button3
				{
					"name" : "jakisbutton3",
					"type" : "button",

					"x" : 14,
					"y" : 161 + 3,

					"tooltip_text" : "Button 3",
					
					"tooltip_x" : -30,
					"tooltip_y" : 0,

					"default_image" : "d:/ymir work/ui/board/calendar1.tga",
					"over_image" : "d:/ymir work/ui/board/calendar2.tga",
					"down_image" : "d:/ymir work/ui/board/calendar3.tga",
				},						
			),	
		},		
		{
			"name" : "board",
			"type" : "board",
			"style" : ("attach",),

			"x" : 0+37,
			"y" : 0,

			"width" : 176,
			"height" : 565,

			"children" :
			(
				## Title
				{
					"name" : "TitleBar",
					"type" : "titlebar",
					"style" : ("attach",),

					"x" : 8,
					"y" : 7,

					"width" : 161,
					"color" : "yellow",

					"children" :
					(
						{ "name":"TitleName", "type":"text", "x":77, "y":3, "text":uiScriptLocale.INVENTORY_TITLE, "text_horizontal_align":"center" },
					),
				},

				## Equipment Slot
				{
					"name" : "Equipment_Base",
					"type" : "image",

					"x" : 10,
					"y" : 33,

					"image" : "d:/ymir work/ui/game/windows/equipment_base.sub",

					"children" :
					(

						{
							"name" : "EquipmentSlot",
							"type" : "slot",

							"x" : 3,
							"y" : 3,

							"width" : 150,
							"height" : 182,

							"slot" : (
										{"index":EQUIPMENT_START_INDEX+0, "x":39, "y":37, "width":32, "height":64},
										{"index":EQUIPMENT_START_INDEX+1, "x":39, "y":2, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+2, "x":39, "y":145, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+3, "x":75, "y":67, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+4, "x":3, "y":3, "width":32, "height":96},
										{"index":EQUIPMENT_START_INDEX+5, "x":114, "y":84, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+6, "x":114, "y":52, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+7, "x":2, "y":113, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+8, "x":75, "y":113, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+9, "x":114, "y":1, "width":32, "height":32},
										{"index":EQUIPMENT_START_INDEX+10, "x":75, "y":35, "width":32, "height":32},
									),
						},
						## MallButton
						{
							"name" : "MallButton",
							"type" : "button",

							"x" : 120,
							"y" : 150,

							"tooltip_text" : uiScriptLocale.MALL_TITLE,

							"default_image" : "locale/pl/ui/mall/Mall_Button_01.tga",
							"over_image" : "locale/pl/ui/mall/Mall_Button_02.tga",
							"down_image" : "locale/pl/ui/mall/Mall_Button_03.tga",
						},
						{
							"name" : "Equipment_Tab_01",
							"type" : "radio_button",

							"x" : 86,
							"y" : 161,

							"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
							"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
							"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",

							"children" :
							(
								{
									"name" : "Equipment_Tab_01_Print",
									"type" : "text",

									"x" : 0,
									"y" : 0,

									"all_align" : "center",

									"text" : "I",
								},
							),
						},
						{
							"name" : "Equipment_Tab_02",
							"type" : "radio_button",

							"x" : 86 + 32,
							"y" : 161,

							"default_image" : "d:/ymir work/ui/game/windows/tab_button_small_01.sub",
							"over_image" : "d:/ymir work/ui/game/windows/tab_button_small_02.sub",
							"down_image" : "d:/ymir work/ui/game/windows/tab_button_small_03.sub",

							"children" :
							(
								{
									"name" : "Equipment_Tab_02_Print",
									"type" : "text",

									"x" : 0,
									"y" : 0,

									"all_align" : "center",

									"text" : "II",
								},
							),
						},

					),
				},

				{
					"name" : "Inventory_Tab_01",
					"type" : "radio_button",

					"x" : 10,
					"y" : 33 + 191,

					"default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
					"over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
					"down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
					"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_1,

					"children" :
					(
						{
							"name" : "Inventory_Tab_01_Print",
							"type" : "text",

							"x" : 0,
							"y" : 0,

							"all_align" : "center",

							"text" : "I",
						},
					),
				},
				{
					"name" : "Inventory_Tab_02",
					"type" : "radio_button",

					"x" : 10 + 78,
					"y" : 33 + 191,

					"default_image" : "d:/ymir work/ui/game/windows/tab_button_large_01.sub",
					"over_image" : "d:/ymir work/ui/game/windows/tab_button_large_02.sub",
					"down_image" : "d:/ymir work/ui/game/windows/tab_button_large_03.sub",
					"tooltip_text" : uiScriptLocale.INVENTORY_PAGE_BUTTON_TOOLTIP_2,

					"children" :
					(
						{
							"name" : "Inventory_Tab_02_Print",
							"type" : "text",

							"x" : 0,
							"y" : 0,

							"all_align" : "center",

							"text" : "II",
						},
					),
				},

				## Item Slot
				{
					"name" : "ItemSlot",
					"type" : "grid_table",

					"x" : 8,
					"y" : 246,

					"start_index" : 0,
					"x_count" : 5,
					"y_count" : 9,
					"x_step" : 32,
					"y_step" : 32,

					"image" : "d:/ymir work/ui/public/Slot_Base.sub"
				},

				## Print
				{
					"name":"Money_Slot",
					"type":"button",

					"x":8,
					"y":28,

					"horizontal_align":"center",
					"vertical_align":"bottom",

					"default_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
					"over_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",
					"down_image" : "d:/ymir work/ui/public/parameter_slot_05.sub",

					"children" :
					(
						{
							"name":"Money_Icon",
							"type":"image",

							"x":-18,
							"y":2,

							"image":"d:/ymir work/ui/game/windows/money_icon.sub",
						},

						{
							"name" : "Money",
							"type" : "text",

							"x" : 3,
							"y" : 3,

							"horizontal_align" : "right",
							"text_horizontal_align" : "right",

							"text" : "123456789",
						},
					),
				},

			),
		},
	),
}
 

 

 

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...