Welcome to Godot Forums
๐ฎ๐ Hello and Welcome,
You've landed at the right spot for everything Godot! Whether you're a newbie or a pro, our forum is a hub for insightful discussions, tutorials, showcases, and collaborations.
Before jumping in, do take a quick look at our community guidelines. Remember, this is a place for respectful, considerate interactions.
We're excited to have you and can't wait to see the brilliant games you'll create with Godot. Let your creativity soar! ๐ฎ๐จ๐ฉโ๐ป๐จโ๐ป
/Mike
Latest engine news:
How do I control the collision physics layer of a TileMapLayer via code?
- AeroSpace_oficial replied
- I was trying to make some tiles to enable and disable with a bool variable, all in just one TileSet. I have a blue tile for the ones that enable their collision when the variable is true, and disable ...