updated to godot 4.6
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
[gd_scene load_steps=3 format=3 uid="uid://ddmg342ff2qaq"]
|
||||
[gd_scene format=3 uid="uid://ddmg342ff2qaq"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://dmdf7tbvc3bsg" path="res://Scripts/chatbox.gd" id="1_k3g22"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_c3kb6"]
|
||||
bg_color = Color(0.223529, 0.211765, 0.184314, 0.462745)
|
||||
|
||||
[node name="Chatbox" type="Control" node_paths=PackedStringArray("input_line", "textbox", "text_panel", "fade_timer")]
|
||||
[node name="Chatbox" type="Control" unique_id=2028552250 node_paths=PackedStringArray("input_line", "textbox", "text_panel", "fade_timer")]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -19,7 +19,7 @@ textbox = NodePath("VBoxContainer/PanelContainer/RichTextLabel")
|
||||
text_panel = NodePath("VBoxContainer/PanelContainer")
|
||||
fade_timer = NodePath("Timer")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="." unique_id=2125284638]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -29,14 +29,14 @@ grow_vertical = 2
|
||||
mouse_filter = 2
|
||||
alignment = 2
|
||||
|
||||
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer"]
|
||||
[node name="PanelContainer" type="PanelContainer" parent="VBoxContainer" unique_id=991113097]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
mouse_filter = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxFlat_c3kb6")
|
||||
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer/PanelContainer"]
|
||||
[node name="RichTextLabel" type="RichTextLabel" parent="VBoxContainer/PanelContainer" unique_id=517832732]
|
||||
modulate = Color(1, 1, 1, 0)
|
||||
clip_contents = false
|
||||
layout_mode = 2
|
||||
@@ -45,14 +45,14 @@ mouse_filter = 2
|
||||
bbcode_enabled = true
|
||||
scroll_following = true
|
||||
|
||||
[node name="LineEdit" type="LineEdit" parent="VBoxContainer"]
|
||||
[node name="LineEdit" type="LineEdit" parent="VBoxContainer" unique_id=1562524333]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
mouse_filter = 2
|
||||
context_menu_enabled = false
|
||||
selecting_enabled = false
|
||||
|
||||
[node name="Timer" type="Timer" parent="."]
|
||||
[node name="Timer" type="Timer" parent="." unique_id=2045646489]
|
||||
wait_time = 3.5
|
||||
one_shot = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user