I have a config file, inside is this:
[biome_name]
full_biome_name="Surface"
[parallax]
background="generic_background"
I have a script that loads the config file (in the correct path, I verified) and then gets values from the file.
Problem is that, for example, ConfigFile.get_value("biome_name", "full_biome_name")
returns Null. Does anyone know the reason why, or is it something to do with the sections?