bazar_alea/client/Stream/chat.tscn
2023-12-24 01:17:01 +01:00

55 lines
1.4 KiB
Text

[gd_scene load_steps=2 format=3 uid="uid://becf5crej4o5v"]
[ext_resource type="Script" path="res://Stream/chat.gd" id="1_44t2b"]
[node name="chat" type="Window"]
title = "Chat"
initial_position = 1
size = Vector2i(500, 500)
always_on_top = true
script = ExtResource("1_44t2b")
[node name="VBoxContainer" type="VBoxContainer" parent="."]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="TabContainer" type="TabContainer" parent="VBoxContainer"]
layout_mode = 2
size_flags_vertical = 3
[node name="World" type="TabBar" parent="VBoxContainer/TabContainer"]
layout_mode = 2
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/TabContainer/World"]
layout_mode = 1
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
grow_horizontal = 2
grow_vertical = 2
[node name="HSeparator" type="HSeparator" parent="VBoxContainer/TabContainer/World"]
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -4.0
grow_horizontal = 2
grow_vertical = 0
[node name="TextEdit" type="TextEdit" parent="VBoxContainer/TabContainer/World"]
custom_minimum_size = Vector2(0, 70)
layout_mode = 1
anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -8.0
grow_horizontal = 2
grow_vertical = 0
text = "Exemple"
placeholder_text = "Taper votre texte"