Skip to main content

All Questions

0 votes
1 answer
167 views

How can I make colliders-only visible in Godot?

Specifically, I'm looking for any way to see a collision-only item from a Mesh Library in a GridMap. (The tag says "tile map", which it technically isn't; but there's no option for a grid ...
Michael Macha's user avatar
0 votes
1 answer
105 views

Collision quadrant in godot appears

I am learning to use godot following this video: Collisions with Autotiles The problem is that when I create the collision for the cliffs using tilemap, it appears me a blue quadrant indicating the ...
Juan Luis Andión Tápiz's user avatar
5 votes
2 answers
3k views

How can I get the specific tile in a collision with a Tilemap?

I am developing a simple platformer, I have three types of tiles right now: Floor: does nothing on collision. Bad: makes the player lose the game. Good: makes the player beat the game. I am trying ...
Mayuso's user avatar
  • 927