If I have multiple types of entities that share the same animation sheet, then they all look the same in the editor. They all show up as the 1st tile in the sheet. If you add this line to ig.Animation.init then it is fixed:

this.tile = this.sequence[0];