diff options
author | tpart <tpart120@proton.me> | 2024-10-06 17:50:06 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-10-06 17:50:20 +0200 |
commit | 993644b0a48dd213b6fdd21cc0bf054c2e1baab6 (patch) | |
tree | 314937a01186a2cee88a25906ecb8b3dc2694dcd /client/menu/communicate/chat/chat_preview.tscn | |
parent | 78804e594c0d55c6404370181516fdd3cd550598 (diff) | |
download | hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.bz2 hurrycurry-993644b0a48dd213b6fdd21cc0bf054c2e1baab6.tar.zst |
Organize theme files
Diffstat (limited to 'client/menu/communicate/chat/chat_preview.tscn')
-rw-r--r-- | client/menu/communicate/chat/chat_preview.tscn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/menu/communicate/chat/chat_preview.tscn b/client/menu/communicate/chat/chat_preview.tscn index 4cc39e00..e1cac207 100644 --- a/client/menu/communicate/chat/chat_preview.tscn +++ b/client/menu/communicate/chat/chat_preview.tscn @@ -1,9 +1,9 @@ [gd_scene load_steps=5 format=3 uid="uid://xcxbmynn8mhi"] -[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme.tres" id="1_x8ock"] +[ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_x8ock"] [ext_resource type="Script" path="res://menu/communicate/chat/chat_preview.gd" id="2_72x70"] -[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/dark_blur_material.tres" id="4_jo1xn"] -[ext_resource type="Script" path="res://menu/blur_setup.gd" id="5_1l77s"] +[ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/materials/dark_blur_material.tres" id="4_jo1xn"] +[ext_resource type="Script" path="res://menu/auto_setup/blur_setup.gd" id="5_1l77s"] [node name="ChatPreview" type="Control"] layout_mode = 3 |