aboutsummaryrefslogtreecommitdiff
path: root/client/menu/communicate/item
diff options
context:
space:
mode:
authortpart <tpart120@proton.me>2024-10-06 21:17:52 +0200
committertpart <tpart120@proton.me>2024-10-10 11:48:35 +0200
commit4ee632304449b77689bf075d3dbcd2466210e118 (patch)
tree628153bd5eb76692c20e1b29d664bff1a98818f8 /client/menu/communicate/item
parent26e4226f3ef410e5ec437bc8a1f2e286dcc8cde2 (diff)
downloadhurrycurry-4ee632304449b77689bf075d3dbcd2466210e118.tar
hurrycurry-4ee632304449b77689bf075d3dbcd2466210e118.tar.bz2
hurrycurry-4ee632304449b77689bf075d3dbcd2466210e118.tar.zst
Reorganize map files; Fix location of some theme files
Diffstat (limited to 'client/menu/communicate/item')
-rw-r--r--client/menu/communicate/item/item_message.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/communicate/item/item_message.gd b/client/menu/communicate/item/item_message.gd
index 17d2a629..dfbaf232 100644
--- a/client/menu/communicate/item/item_message.gd
+++ b/client/menu/communicate/item/item_message.gd
@@ -17,7 +17,7 @@
class_name ItemMessage
extends Control
-const PRINTED_MAT := preload("res://menu/printed_material.tres")
+const PRINTED_MAT := preload("res://menu/theme/materials/printed_material.tres")
@export var enable_rotation := true
@export var enable_grayscale := false