diff options
author | metamuffin <metamuffin@disroot.org> | 2024-08-19 15:21:10 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-08-19 15:21:10 +0200 |
commit | 0ce733f60b7c0eda126a33451ca34e5182e0ceda (patch) | |
tree | 7264a46c5969019d6fe3f401ecb53721fef34c59 /client/player | |
parent | 5a02c0f163f2fbf43a7d6348aedf33c6c52f99a5 (diff) | |
parent | ad4813d269775a37f04a7fb28e68eb61076df624 (diff) | |
download | hurrycurry-0ce733f60b7c0eda126a33451ca34e5182e0ceda.tar hurrycurry-0ce733f60b7c0eda126a33451ca34e5182e0ceda.tar.bz2 hurrycurry-0ce733f60b7c0eda126a33451ca34e5182e0ceda.tar.zst |
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
Diffstat (limited to 'client/player')
-rw-r--r-- | client/player/item_bubble.tscn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player/item_bubble.tscn b/client/player/item_bubble.tscn index 89cd89ad..8189cfc0 100644 --- a/client/player/item_bubble.tscn +++ b/client/player/item_bubble.tscn @@ -45,10 +45,10 @@ transparent_bg = true size = Vector2i(256, 256) [node name="ItemMessage" type="PanelContainer" parent="SubViewport"] +auto_translate_mode = 2 offset_right = 256.0 offset_bottom = 256.0 size_flags_vertical = 3 -auto_translate = false theme_override_styles/panel = SubResource("StyleBoxFlat_dpele") [node name="VBoxContainer" type="VBoxContainer" parent="SubViewport/ItemMessage"] |