Qol settings.controls update

This commit is contained in:
Xertis 2025-08-04 20:50:27 +03:00
parent 2fba3eba9c
commit 1f0b6f0d9d
5 changed files with 7 additions and 3 deletions

View File

@ -1,4 +1,5 @@
<panel size='400,40' padding='4' color='0' orientation='horizontal'>
<panel id='bind_%{id}' size='400,40' padding='4' color='0' orientation='horizontal'>
<bindbox binding='%{id}'/>
<label margin='6'>%{name}</label>
<image id="bindmark_%{id}"src='gui/left_half_block' size='4,28' visible="false"/>
<label id='bindlabel_%{id}' color="#ffffffff" margin='6'>%{name}</label>
</panel>

View File

@ -47,7 +47,8 @@
"gui/info",
"gui/world",
"gui/hud",
"gui/entity"
"gui/entity",
"gui/half_block"
],
"fonts": [
{

View File

@ -22,6 +22,7 @@ graphics.dense-render.tooltip=Enables transparency in blocks like leaves
# settings
settings.Controls Search Mode=Search by attached button name
settings.Conflict=Possible conflicts found
# Bindings
chunks.reload=Reload Chunks

View File

@ -100,6 +100,7 @@ settings.Controls Search Mode=Поиск по привязанной кнопк
settings.Limit Background FPS=Ограничить фоновую частоту кадров
settings.Advanced render=Продвинутый рендер
settings.Shadows quality=Качество теней
settings.Conflict=Найдены возможные конфликты
# Управление
chunks.reload=Перезагрузить Чанки

Binary file not shown.

After

Width:  |  Height:  |  Size: 531 B