Hello. I'm trying to study Godot while I'm watching different lessons and in all the cards are created using square titles. Is it possible in the program to create, for example, a script for generating a map not by squares? For example, if you open a Google map of any country, then the cities there are in the form of uneven gray figures on a green field. Here, each gray piece is like one district (piece of a city or village) - a separate sprite ... and is it possible to write a script in such a way that the program randomly places these figures, forming different cities and villages? The green part of the map will be used as a background. Can roads be randomly generated like that? So that each new game gives the player a new card. What lessons should I pay attention to in this case? At the same time, I want to make the map interactive, where some sprites or points on a sprite are places with some kind of event ...