diff options
Diffstat (limited to 'client/menu/communicate/chat')
-rw-r--r-- | client/menu/communicate/chat/chat_message.gd.uid | 1 | ||||
-rw-r--r-- | client/menu/communicate/chat/chat_message.tscn | 2 | ||||
-rw-r--r-- | client/menu/communicate/chat/chat_open.gd.uid | 1 | ||||
-rw-r--r-- | client/menu/communicate/chat/chat_open.tscn | 6 | ||||
-rw-r--r-- | client/menu/communicate/chat/chat_preview.gd.uid | 1 | ||||
-rw-r--r-- | client/menu/communicate/chat/chat_preview.tscn | 4 |
6 files changed, 9 insertions, 6 deletions
diff --git a/client/menu/communicate/chat/chat_message.gd.uid b/client/menu/communicate/chat/chat_message.gd.uid new file mode 100644 index 00000000..f1c4ff05 --- /dev/null +++ b/client/menu/communicate/chat/chat_message.gd.uid @@ -0,0 +1 @@ +uid://6rprqelfdp3 diff --git a/client/menu/communicate/chat/chat_message.tscn b/client/menu/communicate/chat/chat_message.tscn index d4db3f5d..43930670 100644 --- a/client/menu/communicate/chat/chat_message.tscn +++ b/client/menu/communicate/chat/chat_message.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=3 uid="uid://bpc2qgsvcafhe"] -[ext_resource type="Script" path="res://menu/communicate/chat/chat_message.gd" id="1_ey0qp"] +[ext_resource type="Script" uid="uid://6rprqelfdp3" path="res://menu/communicate/chat/chat_message.gd" id="1_ey0qp"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="1_rx6vg"] [sub_resource type="FontVariation" id="FontVariation_jfhbh"] diff --git a/client/menu/communicate/chat/chat_open.gd.uid b/client/menu/communicate/chat/chat_open.gd.uid new file mode 100644 index 00000000..672792c0 --- /dev/null +++ b/client/menu/communicate/chat/chat_open.gd.uid @@ -0,0 +1 @@ +uid://cfweimyoq5vv0 diff --git a/client/menu/communicate/chat/chat_open.tscn b/client/menu/communicate/chat/chat_open.tscn index 09cc4526..5c0628a1 100644 --- a/client/menu/communicate/chat/chat_open.tscn +++ b/client/menu/communicate/chat/chat_open.tscn @@ -1,11 +1,11 @@ [gd_scene load_steps=7 format=3 uid="uid://dbd6k56l4p0ls"] -[ext_resource type="Script" path="res://menu/communicate/chat/chat_open.gd" id="1_dsl4a"] +[ext_resource type="Script" uid="uid://cfweimyoq5vv0" path="res://menu/communicate/chat/chat_open.gd" id="1_dsl4a"] [ext_resource type="Material" uid="uid://beea1pc5nt67r" path="res://menu/theme/materials/dark_blur_material.tres" id="1_isqmk"] -[ext_resource type="Script" path="res://menu/auto_setup/blur_setup.gd" id="2_urbd2"] +[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://menu/auto_setup/blur_setup.gd" id="2_urbd2"] [ext_resource type="Theme" uid="uid://b0qmvo504e457" path="res://menu/theme/theme/theme.tres" id="3_v7xmg"] [ext_resource type="StyleBox" uid="uid://bw4jamyna1top" path="res://menu/theme/style/panel_style_sidebar.tres" id="4_ew1yx"] -[ext_resource type="Script" path="res://menu/auto_setup/scroll_container_custom.gd" id="5_3mths"] +[ext_resource type="Script" uid="uid://bd7bylb2t2m0" path="res://menu/auto_setup/scroll_container_custom.gd" id="5_3mths"] [node name="ChatOpen" type="Control"] layout_mode = 3 diff --git a/client/menu/communicate/chat/chat_preview.gd.uid b/client/menu/communicate/chat/chat_preview.gd.uid new file mode 100644 index 00000000..7a372630 --- /dev/null +++ b/client/menu/communicate/chat/chat_preview.gd.uid @@ -0,0 +1 @@ +uid://bgt04y4ncl1fv diff --git a/client/menu/communicate/chat/chat_preview.tscn b/client/menu/communicate/chat/chat_preview.tscn index e1cac207..bd3c8ffa 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/theme.tres" id="1_x8ock"] -[ext_resource type="Script" path="res://menu/communicate/chat/chat_preview.gd" id="2_72x70"] +[ext_resource type="Script" uid="uid://bgt04y4ncl1fv" path="res://menu/communicate/chat/chat_preview.gd" id="2_72x70"] [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"] +[ext_resource type="Script" uid="uid://cmncjc06kadpe" path="res://menu/auto_setup/blur_setup.gd" id="5_1l77s"] [node name="ChatPreview" type="Control"] layout_mode = 3 |