Old source loaded each frame for the game as a separate object - new code loads only one object containing all the frames for each instance (e.g. player-object contains all frames for all four different characters)...
Result: reduced the amount of code to a half of the original - also game loads faster now.
No comments:
Post a Comment