Initial WhaleTown V2 frontend

This commit is contained in:
2026-07-19 22:42:20 +08:00
commit 435c578dde
1421 changed files with 54486 additions and 0 deletions

View File

@@ -0,0 +1,82 @@
[gd_scene load_steps=3 format=3 uid="uid://dqx8k3n8yqjvu"]
[ext_resource type="Script" path="res://scenes/prefabs/ui/ChatMessage.gd" id="1"]
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_panel"]
[node name="ChatMessage" type="PanelContainer"]
custom_minimum_size = Vector2(0, 58)
layout_mode = 2
size_flags_horizontal = 3
script = ExtResource("1")
theme_override_styles/panel = SubResource("StyleBoxEmpty_panel")
[node name="MessageRow" type="HBoxContainer" parent="."]
layout_mode = 2
theme_override_constants/separation = 10
alignment = 0
[node name="LeftAvatarPanel" type="PanelContainer" parent="MessageRow"]
custom_minimum_size = Vector2(40, 40)
layout_mode = 2
size_flags_vertical = 0
[node name="AvatarLabel" type="Label" parent="MessageRow/LeftAvatarPanel"]
layout_mode = 2
custom_minimum_size = Vector2(40, 40)
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_font_sizes/font_size = 16
text = "鲸"
horizontal_alignment = 1
vertical_alignment = 1
[node name="BubblePanel" type="PanelContainer" parent="MessageRow"]
layout_mode = 2
size_flags_horizontal = 0
[node name="TextContainer" type="VBoxContainer" parent="MessageRow/BubblePanel"]
layout_mode = 2
theme_override_constants/separation = 2
[node name="HeaderRow" type="HBoxContainer" parent="MessageRow/BubblePanel/TextContainer"]
layout_mode = 2
theme_override_constants/separation = 8
[node name="UsernameLabel" type="Label" parent="MessageRow/BubblePanel/TextContainer/HeaderRow"]
layout_mode = 2
size_flags_horizontal = 3
theme_override_colors/font_color = Color(0.207843, 0.427451, 0.686275, 1)
theme_override_font_sizes/font_size = 16
text = "鲸鱼居民"
text_overrun_behavior = 3
[node name="TimestampLabel" type="Label" parent="MessageRow/BubblePanel/TextContainer/HeaderRow"]
layout_mode = 2
theme_override_colors/font_color = Color(0.560784, 0.639216, 0.733333, 1)
theme_override_font_sizes/font_size = 13
text = "12:34"
[node name="ContentLabel" type="RichTextLabel" parent="MessageRow/BubblePanel/TextContainer"]
custom_minimum_size = Vector2(0, 26)
layout_mode = 2
size_flags_horizontal = 3
fit_content = true
scroll_active = false
autowrap_mode = 3
bbcode_enabled = false
theme_override_colors/default_color = Color(0.388235, 0.478431, 0.584314, 1)
theme_override_font_sizes/normal_font_size = 14
[node name="RightAvatarPanel" type="PanelContainer" parent="MessageRow"]
custom_minimum_size = Vector2(40, 40)
layout_mode = 2
size_flags_vertical = 0
[node name="AvatarLabel" type="Label" parent="MessageRow/RightAvatarPanel"]
layout_mode = 2
custom_minimum_size = Vector2(40, 40)
theme_override_colors/font_color = Color(1, 1, 1, 1)
theme_override_font_sizes/font_size = 16
text = "我"
horizontal_alignment = 1
vertical_alignment = 1