mirror of
https://github.com/JHDev2006/Super-Mario-Bros.-Remastered-Public.git
synced 2025-10-23 07:58:09 +00:00
Revert "Merge pull request #458 from KirbyKid256/pulls/more-animated-tilesets"
This reverts commit07cb5015cf
, reversing changes made toad03246040
.
This commit is contained in:
@@ -54,12 +54,6 @@ func get_resource(resource: Resource) -> Resource:
|
||||
send_to_cache(original_resource.resource_path, new_font)
|
||||
return new_font
|
||||
|
||||
elif original_resource is JSON:
|
||||
var new_json = JSON.new()
|
||||
new_json.parse(FileAccess.get_file_as_string(path))
|
||||
send_to_cache(original_resource.resource_path, new_json)
|
||||
return new_json
|
||||
|
||||
send_to_cache(original_resource.resource_path, original_resource)
|
||||
|
||||
return original_resource
|
||||
|
Reference in New Issue
Block a user