7d285bd607
- added user switching - added Topic Panel functionality (features are missing) - some basic refactoring
50 lines
1.5 KiB
Plaintext
50 lines
1.5 KiB
Plaintext
[gd_scene load_steps=5 format=2]
|
|
|
|
[ext_resource path="res://user_interface/utility_controls/profile_image_rect.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://user_interface/chat_panel/message_group_container.gd" type="Script" id=2]
|
|
[ext_resource path="res://user_interface/fonts/date_font.tres" type="DynamicFont" id=3]
|
|
[ext_resource path="res://user_interface/fonts/username_font.tres" type="DynamicFont" id=4]
|
|
|
|
[node name="MessageGroupContainer" type="HBoxContainer"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_right = 488.0
|
|
margin_bottom = 576.0
|
|
|
|
[node name="Header" type="HBoxContainer" parent="VBoxContainer"]
|
|
margin_right = 488.0
|
|
margin_bottom = 12.0
|
|
alignment = 2
|
|
|
|
[node name="Username" type="Label" parent="VBoxContainer/Header"]
|
|
margin_left = 396.0
|
|
margin_right = 457.0
|
|
margin_bottom = 12.0
|
|
custom_fonts/font = ExtResource( 4 )
|
|
text = "[Username]"
|
|
|
|
[node name="Date" type="Label" parent="VBoxContainer/Header"]
|
|
margin_left = 461.0
|
|
margin_right = 488.0
|
|
margin_bottom = 12.0
|
|
custom_fonts/font = ExtResource( 3 )
|
|
text = "[date]"
|
|
|
|
[node name="MessageContainer" type="VBoxContainer" parent="VBoxContainer"]
|
|
margin_top = 16.0
|
|
margin_right = 488.0
|
|
margin_bottom = 16.0
|
|
rect_min_size = Vector2( 488, 0 )
|
|
|
|
[node name="ProfileImageRect" parent="." instance=ExtResource( 1 )]
|
|
margin_left = 492.0
|
|
margin_right = 540.0
|
|
margin_bottom = 48.0
|
|
size_flags_vertical = 0
|