Skip to content

Commit

Permalink
fixed dialogue appearing only on top of the screen
Browse files Browse the repository at this point in the history
  • Loading branch information
madalv authored and StraToN committed Aug 13, 2024
1 parent b5e88e2 commit 53a9458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions addons/escoria-wizard/CharacterCreator.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1338,8 +1338,8 @@ func export_player(scene_name) -> void:
yield(get_tree(), "idle_frame")

# Add Dialog Position to the ESCPlayer
var dialog_position = ESCLocation.new()
dialog_position.name = "dialog_position"
var dialog_position = ESCDialogLocation.new()
dialog_position.name = "ESCDialogLocation"
dialog_position.position.y = -(export_largest_sprite.y * 1.2)
new_character.add_child(dialog_position)

Expand Down

0 comments on commit 53a9458

Please sign in to comment.