Godot Version
4.3
Question
I followed this vid for my game’s movement - https://www.youtube.com/watch?v=8tDcJEbQnW0&ab_channel=CodingQuests
The problem is — the player can still move into a tile with a physics layer, they just warp back to the tile they moved from when the tween is done playing. My guess is because the tween doesn’t know the player is moving into a physics tile until they’re inside it? So my solution would be to check is the tile should be “enterable” or not before playing the tween? I’m not sure how to do that though.
Thanks to anyone reading, any help would be greatly appreciated~