diary/user_interface/chat_panel/message_node.tscn
mono 7d285bd607 - reworked Chat Panel system
- added user switching
- added Topic Panel functionality (features are missing)
- some basic refactoring
2022-05-14 20:51:48 +02:00

20 lines
697 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://user_interface/utility_controls/editable_text_block.tscn" type="PackedScene" id=1]
[ext_resource path="res://user_interface/chat_panel/message_editable.gd" type="Script" id=2]
[ext_resource path="res://sounds/message_inserted.wav" type="AudioStream" id=4]
[node name="MessageNode" instance=ExtResource( 1 )]
script = ExtResource( 2 )
[node name="NinePatch" parent="." index="0"]
patch_margin_top = 12
patch_margin_bottom = 12
[node name="VBoxContainer" parent="." index="1"]
custom_constants/separation = -16
[node name="MessageInsertedSound" type="AudioStreamPlayer" parent="." index="3"]
stream = ExtResource( 4 )
volume_db = -6.0