Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.

V1.3.2

Compare
Choose a tag to compare
@megamaz megamaz released this 25 Nov 01:25
· 38 commits to master since this release

V1.3.2

This one is mainly a bunch of bug fixes. I actually did testing for once, which is surpsising.

Changes

  • Editor.editEvent has been changed to removeEvent. Editing an event could get too complicated with too much code on one line; instead, just remove and redo the event.
  • Animator.animate will no longer leave the level.dat blank when the animation already exists.
  • animateBlock and animateWall will no longer leave the level.dat blank whenever using it.
  • Animator.editTrack will no longer return None when the even already exists.
  • Editor.updateDependencies will now return the entire dependency list.

How to install

Open up a new terminal and copy and use this command inside of it;

pip install NoodleExtensions

Requirements