mirror of
https://github.com/izzy2lost/Diddy-Kong-Racing.git
synced 2026-06-19 01:16:26 -07:00
Added raw textures to extraction
This commit is contained in:
@@ -52,8 +52,7 @@ def get_configs():
|
||||
global configs
|
||||
configsFilenames = FileUtil.get_filenames_from_directory(CONFIGS_DIRECTORY)
|
||||
for configFilename in configsFilenames:
|
||||
with open(CONFIGS_DIRECTORY + '/' + configFilename, 'r') as configFile:
|
||||
configs.append(Config(configFile.read()))
|
||||
configs.append(Config(CONFIGS_DIRECTORY, configFilename))
|
||||
if(len(configs) > 0):
|
||||
print('Configs loaded!')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user