better one line dialogue string support
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=7 format=3 uid="uid://bkm7365u1mm3o"]
|
||||
[gd_scene load_steps=7 format=3 uid="uid://cqfthyrbb8k6v"]
|
||||
|
||||
[ext_resource type="Script" path="res://src/scene-scripts/dialogue-system/dialog_bubble.cs" id="1_xtj1q"]
|
||||
[ext_resource type="Script" path="res://src/scene-scripts/dialog_bubble.cs" id="1_xtj1q"]
|
||||
[ext_resource type="FontFile" uid="uid://cx6bvqk0ghmjv" path="res://assets/fonts/urbane-rounded-medium.otf" id="2_qrihj"]
|
||||
[ext_resource type="AudioStream" uid="uid://cg6grs5k5m33n" path="res://assets/audios/typewrite/default_tw.wav" id="2_wg62u"]
|
||||
[ext_resource type="Texture2D" uid="uid://04pdpdvkg2s" path="res://assets/textures/dialogue/dialogue_answer_ninepatch.png" id="3_n3y1v"]
|
||||
|
@@ -55,6 +55,9 @@ editor_draw_limits = true
|
||||
position = Vector2(-224, 206)
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[node name="dialog_trigger_area" parent="base_npc" index="2"]
|
||||
file = "res://assets/lang/en/dialogue/npcs/message_one.json"
|
||||
|
||||
[node name="base_npc_2" parent="." instance=ExtResource("3_dxdug")]
|
||||
position = Vector2(-319, 178)
|
||||
metadata/_edit_lock_ = true
|
||||
@@ -85,3 +88,5 @@ shape = SubResource("SegmentShape2D_f7wta")
|
||||
metadata/_edit_lock_ = true
|
||||
|
||||
[editable path="player"]
|
||||
[editable path="base_npc"]
|
||||
[editable path="base_npc/dialog_trigger_area"]
|
||||
|
Reference in New Issue
Block a user