Skip to content

Commit 8c0fbf6

Browse files
keep StarType
1 parent 9e9cfb5 commit 8c0fbf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/wmwpy/object_packs/WMW.py

+5
Original file line numberDiff line numberDiff line change
@@ -560,6 +560,11 @@ def ready_sprites(self):
560560
)
561561
except:
562562
pass
563+
564+
def ready_properties(self) -> dict[str, str]:
565+
return super().ready_properties(include = [
566+
'StarType',
567+
])
563568

564569
WMWObjectPack.register_type(star)
565570

0 commit comments

Comments
 (0)