diff options
author | metamuffin <metamuffin@disroot.org> | 2024-10-12 02:43:19 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-10-12 02:43:19 +0200 |
commit | 315cdc0618c72d9a39761cc2199e64110ea620f8 (patch) | |
tree | 18e5851d9912e10402ec3b5a823b68ba52889b8d /client/menu/communicate/chat/chat_preview.tscn | |
parent | 1eac2e6152f1325a33585ef079bd6962252c1436 (diff) | |
parent | 47d1ca9d3f470fb8e90efe52ee033e9f17677e96 (diff) | |
download | hurrycurry-315cdc0618c72d9a39761cc2199e64110ea620f8.tar hurrycurry-315cdc0618c72d9a39761cc2199e64110ea620f8.tar.bz2 hurrycurry-315cdc0618c72d9a39761cc2199e64110ea620f8.tar.zst |
Merge branch 'master' of https://codeberg.org/hurrycurry/hurrycurry
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 |