changes sprites repo to gitlab

This commit is contained in:
infinitefusion
2023-09-17 18:06:36 -04:00
parent ecb0d4d2c3
commit 9c560c7daf
3 changed files with 17 additions and 0 deletions

View File

@@ -6,6 +6,11 @@ def test_http_get
end
end
def updateHttpSettingsFile
return if $PokemonSystem.download_sprites != 0
download_file(Settings::HTTP_CONFIGS_FILE_URL, Settings::CREDITS_FILE_PATH,)
end
def updateCreditsFile
return if $PokemonSystem.download_sprites != 0
download_file(Settings::CREDITS_FILE_URL,Settings::CREDITS_FILE_PATH,)