# Изображения

Параметры для настройки изображений в конфиг-файле Вашего меню:

<mark style="color:blue;">**image**</mark> - Путь до необходимой текстуры элемента. Указывается в кавычках (<mark style="color:blue;">"custommainmenu:textures/gui/minecraft.png"</mark>).

<mark style="color:blue;">**hoverImage**</mark> - Путь до текстуры, отображающейся при наведении курсора мыши на элемент.

<mark style="color:blue;">**posX**</mark> - Смещение изображения относительно оси X.

<mark style="color:blue;">**posY**</mark> - Смещение изображения относительно оси Y.

<mark style="color:blue;">**width**</mark> - Ширина изображения.

<mark style="color:blue;">**height**</mark> - Высота изображения.

<mark style="color:blue;">**slideshow**</mark> - Слайд-шоу. Подробную настройку слайд-шоу мы рассмотрели в соответствующем разделе.

<mark style="color:blue;">**alignment**</mark> - Область на экране окна игры, к которой будет привязан элемент меню. Подробнее о возможных точках привязки в разделе "Точки привязки".


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wiki.aegis-mine.ru/modifications/glavnoe-menyu/custom-main-menu/izobrazheniya.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
