Transparency in a GridMap

Godot Version

Godot 4

Question

How can i make a GridMap barely transparent?

Maybe i’m just misunderstanding the question but either use transparent images for the tile or, if you’re like trying to fade in a tilemap, set modulate.a.

i’ve done both and they work fine.