Bug: Unable to place entity outside camera area

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By John Wyatt

I am currently following the Zelda Clone Tutorial which was made with Godot 3.0 and I am on 3.1.

I ran into a bug where an entity snaps to the border of a zone outside of the main camera area.

See this gif for an example.

Gitlab code:

https://gitlab.com/jbwyatt4/zelda_like_tutorial/tree/990eae0f85bb9da553877c3e43e9ff6f456288c1

I have no idea on how to solve this. The hand function that drags the map also seems to lock for some reason as well with this code. Any help is appreciated.

:bust_in_silhouette: Reply From: antopilo

Disable snapping in “View”

Thankyou, that worked.

Why is snapping blocking me from adding entities in other rooms, but not the main room?

John Wyatt | 2019-04-09 21:25