Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Sep 11, 2024
1 parent cbeaa0b commit 301c2d2
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
Icon="{xe:Tex '/Textures/Interface/hamburger.svg.192dpi.png'}"
BoundKey = "{x:Static ic:EngineKeyFunctions.EscapeMenu}"
ToolTip="{Loc 'game-hud-open-escape-menu-button-tooltip'}"
MinSize="70 64"
MinSize="42 64"
HorizontalExpand="True"
AppendStyleClass="{x:Static style:StyleBase.ButtonOpenRight}"
/>
/> <!-- WD EDIT -->
<ui:MenuButton
Name="GuidebookButton"
Access="Internal"
Expand All @@ -46,7 +46,7 @@
<ui:MenuButton
Name="EmotionsButton"
Access="Internal"
Icon="{xe:Tex '/Textures/Interface/emotions.svg.192dpi.png'}"
Icon="{xe:Tex '/Textures/_White/Interface/emotions.svg.192dpi.png'}"
ToolTip="{Loc 'game-hud-open-emotions-menu-button-tooltip'}"
BoundKey = "{x:Static is:ContentKeyFunctions.OpenEmotionsMenu}"
MinSize="42 64"
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/en-US/_white/HUD/game-hud.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
game-hud-open-emotions-menu-button-tooltip = Open emotions menu.
7 changes: 0 additions & 7 deletions Resources/Locale/en-US/emotes/emotes.ftl

This file was deleted.

1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/HUD/game-hud.ftl
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
game-hud-open-escape-menu-button-tooltip = Открыть меню паузы.
game-hud-open-guide-menu-button-tooltip = Открыть руководство.
game-hud-open-character-menu-button-tooltip = Открыть меню персонажа.
game-hud-open-emotions-menu-button-tooltip = Открыть меню эмоций.
game-hud-open-inventory-menu-button-tooltip = Открыть меню инвентаря.
game-hud-open-crafting-menu-button-tooltip = Открыть меню создания.
game-hud-open-actions-menu-button-tooltip = Открыть меню действий.
Expand Down
1 change: 1 addition & 0 deletions Resources/Locale/ru-RU/_white/HUD/game-hud.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
game-hud-open-emotions-menu-button-tooltip = Открыть меню эмоций.
1 change: 0 additions & 1 deletion Resources/Locale/ru-RU/emotes/emotes.ftl

This file was deleted.

2 changes: 1 addition & 1 deletion Resources/Prototypes/_White/Voice/speech_emotes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- type: emote
id: Frown
category: General
buttonText: "emote-chat-button-frown"
buttonText: "emote-chat-button-text-frown"
chatMessages: [ "emote-chat-messages-frown-1" ]
allowMenu: true

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sample:
filter: true

0 comments on commit 301c2d2

Please sign in to comment.