diff options
author | tpart <tpart120@proton.me> | 2024-08-29 14:41:55 +0200 |
---|---|---|
committer | tpart <tpart120@proton.me> | 2024-08-29 14:41:55 +0200 |
commit | 6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c (patch) | |
tree | ba11c0b46bd5aea17db5fda611ed1a13a2a9124f /client/menu/game.tscn | |
parent | 1561cd04a1cbba079a9f4cc4e6545b510d76e3ea (diff) | |
download | hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar.bz2 hurrycurry-6c74fe5c8a74031a4bfcbfc73a7fcd008af7554c.tar.zst |
Add new chat system
Diffstat (limited to 'client/menu/game.tscn')
-rw-r--r-- | client/menu/game.tscn | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/client/menu/game.tscn b/client/menu/game.tscn index 1c19ccf7..cf596f77 100644 --- a/client/menu/game.tscn +++ b/client/menu/game.tscn @@ -1,10 +1,11 @@ -[gd_scene load_steps=6 format=3 uid="uid://bbjwoxs71fnsk"] +[gd_scene load_steps=7 format=3 uid="uid://bbjwoxs71fnsk"] [ext_resource type="Script" path="res://menu/game.gd" id="1_cdpsh"] [ext_resource type="PackedScene" uid="uid://c6krh36hoqfg8" path="res://game.tscn" id="2_uojcy"] [ext_resource type="PackedScene" uid="uid://bpikve6wlsjfl" path="res://menu/overlay.tscn" id="3_i0ytb"] [ext_resource type="PackedScene" uid="uid://bc50la65ntifb" path="res://menu/lobby.tscn" id="3_udxby"] [ext_resource type="PackedScene" uid="uid://b21nrnkygiyjt" path="res://menu/popup_message.tscn" id="5_n1wy0"] +[ext_resource type="PackedScene" uid="uid://xcxbmynn8mhi" path="res://menu/chat/chat_preview.tscn" id="6_dh5lr"] [node name="GameMenu" type="Control"] layout_mode = 3 @@ -36,3 +37,6 @@ mouse_filter = 2 [node name="PopupMessage" parent="." instance=ExtResource("5_n1wy0")] layout_mode = 1 + +[node name="ChatPreview" parent="." instance=ExtResource("6_dh5lr")] +layout_mode = 1 |