diff options
| author | tpart <tpart120@proton.me> | 2024-08-19 15:16:02 +0200 | 
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-08-19 15:16:02 +0200 | 
| commit | d94b3975d63d5c4ced02ad99d643bbce429cd75c (patch) | |
| tree | 98574fd9925f6a98dcf83f12463209ee0494af38 /client/player/item_bubble.tscn | |
| parent | f632a32132fd036a457513c833aafb843e077921 (diff) | |
| download | hurrycurry-d94b3975d63d5c4ced02ad99d643bbce429cd75c.tar hurrycurry-d94b3975d63d5c4ced02ad99d643bbce429cd75c.tar.bz2 hurrycurry-d94b3975d63d5c4ced02ad99d643bbce429cd75c.tar.zst | |
Godot 4.3 related changes
Diffstat (limited to 'client/player/item_bubble.tscn')
| -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"] | 
