#The main chat is cluttered
1 messages · Page 1 of 1 (latest)
Hey, could you give me some more details about what's going on? A video or screenshot would be really helpful
have you tried asking your question in #🖼️┃2d-tools
Well I assumed it would be a programming thing since it involves getting tiles, but I'll try that next
tilemaps are generally a tool set for 2D developement
Each tile is a custom TileBase that has a color attached to it. I want to get that color from the TileBase each time I collide, with it. In theory, the particles in the video should be green
I was thinking that would generally be for how to make TileMaps and stuff, but I guess
The collision point might be on the edge of two tiles, you could try subtracting the collision normal multiplied by small number to make sure the point is inside the tile
@austere heron Thank you so much! That works perfectly. I'm a novice at this so I didn't really understand what the collision normal was, but now I realize it's capabilities
Cool! I'm glad it works!