Skip to content

Commit

Permalink
chore: storing version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
StraToN committed Oct 28, 2023
1 parent cb4c9f2 commit f88a4f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [4.0.0-alpha.261](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.261) (2023-10-28)


### Bug Fixes

* use default text for dialog options if text is untranslated ([77eaa4c](https://github.com/godot-escoria/escoria-demo-game/commit/77eaa4c80001b8f98371d725a899f1a9146e81b3))



## [4.0.0-alpha.260](https://github.com/godot-escoria/escoria-demo-game/compare/v0.0.0...v4.0.0-alpha.260) (2023-10-11)


Expand Down
2 changes: 1 addition & 1 deletion addons/escoria-core/game/core-scripts/esc_item.gd
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ func get_interact_position() -> Vector2:
# This will catch all other Position2D related nodes
# including dialog locations and native Position2D nodes.
pos_2d_count += 1
pos_2d_position = c.global_position
pos_2d_position = c.global_position

if interact_position == null and \
esclocation_position == null and is_instance_valid(collision):
Expand Down

0 comments on commit f88a4f1

Please sign in to comment.