aboutsummaryrefslogtreecommitdiff
path: root/client/player/item_bubble.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/player/item_bubble.gd')
-rw-r--r--client/player/item_bubble.gd2
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()