Skip to content

Commit

Permalink
keep StarType
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Jun 3, 2024
1 parent 9e9cfb5 commit 8c0fbf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/wmwpy/object_packs/WMW.py
Original file line number Diff line number Diff line change
Expand Up @@ -560,6 +560,11 @@ def ready_sprites(self):
)
except:
pass

def ready_properties(self) -> dict[str, str]:
return super().ready_properties(include = [
'StarType',
])

WMWObjectPack.register_type(star)

Expand Down

0 comments on commit 8c0fbf6

Please sign in to comment.