Skip to content

Commit eac5d44

Browse files
authored
Merge pull request #200 from theraot/bugfix
Fixed dialogue path
2 parents 2676cf0 + 2829f56 commit eac5d44

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)