I'm creating a 2D Strategy/Tactical RPG and I need to store information related to the terrain type (tilemap) movement cost, damage, attribute bonuses....
I wanted to ask you for ideias on how to store this information, right now Godot doesn't have a way to write tile metadata in an easy... editor friendly way. What are you recommendations and/or tips?!