Hi! I’m new to godot, so I ended up using a tutorial for player movement. (the one on the official site!)
however, i run into an issue where whenever the player tries to move past a certain point, they can’t? it’s like an invisible boundary box. there’s a thin blue rectangle that seems to be the limits, but i can’t for the life of me figure out what it’s called or how to change it.
pictures are of the furthest down/left i can go (it’s unrelated to the tiles on the tilemap themselves, i’ve tried different configurations), and the blue rectangle in the editor. (ignore the messy layout, this is a scene for testing things) i’m not new to game dev, but code is often my enemy, so this could be a me thing.
thank you! the code is the basic player movement code from the 2d movement tutorial on the godot website, because i’m new to GDscript and not confident in writing my own code. i’m not entirely sure what the viewport/screen size does here, and i couldn’t find any answers, so i didn’t want to fiddle with it without understanding.
Update: Changed the width/height and that changed the movement difference, so you were correct! i just need to figure out how to make it not take that into account, i guess?