fixed da dialogue
This commit is contained in:
@@ -1,29 +1,9 @@
|
||||
[gd_scene load_steps=5 format=3 uid="uid://xb02opiwelet"]
|
||||
[gd_scene format=3 uid="uid://b8n8hbe4kdyfw"]
|
||||
|
||||
[ext_resource type="Script" path="res://src/dialog/DialogueTest.cs" id="1_6offx"]
|
||||
[ext_resource type="Script" path="res://addons/dialogue_manager/dialogue_label.gd" id="1_v3yy4"]
|
||||
[ext_resource type="Resource" uid="uid://bw086h2dmhraf" path="res://src/dialog/TestDialogue.dialogue" id="2_c26a0"]
|
||||
|
||||
[sub_resource type="BoxShape3D" id="BoxShape3D_dhaer"]
|
||||
size = Vector3(2, 2, 2)
|
||||
|
||||
[node name="Panel" type="Area3D"]
|
||||
collision_layer = 0
|
||||
collision_mask = 128
|
||||
script = ExtResource("1_6offx")
|
||||
DialogueResource = ExtResource("2_c26a0")
|
||||
|
||||
[node name="DialogueTest" type="RichTextLabel" parent="."]
|
||||
[node name="DialogueTest" type="Control"]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
scroll_active = false
|
||||
scroll_following = true
|
||||
script = ExtResource("1_v3yy4")
|
||||
skip_pause_at_abbreviations = PackedStringArray()
|
||||
|
||||
[node name="CollisionShape3D" type="CollisionShape3D" parent="."]
|
||||
transform = Transform3D(1, 0, 0, 0, 1, 0, 0, 0, 1, 0.254547, -0.166077, -1.29401)
|
||||
shape = SubResource("BoxShape3D_dhaer")
|
||||
|
||||
Reference in New Issue
Block a user