diff options
| author | tpart <tpart120@proton.me> | 2024-08-29 14:41:55 +0200 |
|---|---|---|
| committer | tpart <tpart120@proton.me> | 2024-08-29 14:41:55 +0200 |
| commit | 6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c (patch) | |
| tree | ba11c0b46bd5aea17db5fda611ed1a13a2a9124f /client/player/item_bubble.gd | |
| parent | 1561cd04a1cbba079a9f4cc4e6545b510d76e3ea (diff) | |
| download | hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar.bz2 hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar.zst | |
Add new chat system
Diffstat (limited to 'client/player/item_bubble.gd')
| -rw-r--r-- | client/player/item_bubble.gd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player/item_bubble.gd b/client/player/item_bubble.gd index 32e353e8..ac71c27e 100644 --- a/client/player/item_bubble.gd +++ b/client/player/item_bubble.gd @@ -22,7 +22,7 @@ extends MeshInstance3D var item: Item var timeout_remaining := 0. var timeout_initial := 0. -var progress_style = preload("res://menu/theme/item_bubble_progress_style.tres") +var progress_style = preload("res://menu/theme/style/item_bubble_progress_style.tres") func _init(): progress_style = progress_style.duplicate() |