1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-30 18:55:54 +00:00

generate and use Limb enums (TODO: check Skin skels and implement for Curve skels)

This commit is contained in:
Dragorn421 2025-02-09 01:53:00 +01:00
commit 3dc74cde04
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335
8 changed files with 231 additions and 85 deletions

View file

@ -137,6 +137,7 @@ class File:
] = dict()
def add_resource(self, resource: "Resource"):
assert resource is not None
assert resource not in self._resources
self._resources.append(resource)
self._is_resources_sorted = False