Godot 4 tileset create scene tile from

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Blueberry

Hi,

I’m using godot 4 and want to use the new feature for adding scenes directly as tiles to my tilemap.

Is there any possibility to do this directly from code?

for example like this?

my_tilemap.tile_set.add_scene( preload("myScene") )