Autoloads
AutoLoads are a way to shared data between scenes in Godot. They are always load on the scene tree and can be accessed from any script.
We can use autoloads to store global variables, constants, or functions that we want to be available in all scenes.