You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Couldn't find it in the issue list, I think it's useful to have an issue for it :-)).
My quick'n'dirty suggestion: make Level, Entity, ... implement Serializable and use Java serialization for load/save. Usually this is frowned up (slow, big files, very version sensitive), but is a simple way to add the functionality I, at least, am missing the most.
Quite busy atm, may pick this up tomorrow.
The text was updated successfully, but these errors were encountered:
(Couldn't find it in the issue list, I think it's useful to have an issue for it :-)).
My quick'n'dirty suggestion: make Level, Entity, ... implement Serializable and use Java serialization for load/save. Usually this is frowned up (slow, big files, very version sensitive), but is a simple way to add the functionality I, at least, am missing the most.
Quite busy atm, may pick this up tomorrow.
The text was updated successfully, but these errors were encountered: