Skip to content

Commit 2829f56

Browse files
committed
Fixed dialogue path
The dialogue forlder was moved in 426a3b1
1 parent 2676cf0 commit 2829f56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

godot/src/map/LocalMap.tscn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ facing = {
7373
shape = SubResource( 2 )
7474

7575
[node name="Dialogue" parent="GameBoard/Pawns/DialoguePawn/Actions" index="0" instance=ExtResource( 11 )]
76-
dialogue_file_path = "res://dialogue/data/test_conversation.json"
76+
dialogue_file_path = "res://src/dialogue/data/test_conversation.json"
7777

7878
[node name="DialogueCombatPawn" parent="GameBoard/Pawns" instance=ExtResource( 8 )]
7979
position = Vector2( 1160, 600 )

0 commit comments

Comments
 (0)