Additions
- Add all possible object properties to the "Add property" dialog (sorted alphabetically).
- Some properties now have a dropdown of possible values (e.g.
FluidType
has a list of fluids, andPlatinumType
has a list of possible values). - Object selector context menu. Has options to move object up or down.
- You can view the radius from an object property (
BlastRadius
on bombs). - You can now toggle the visibility of objects with different
PlatinumType
values (e.g. only show mystery duck objects, and vice versa). - You can now edit paths visually.
- The object filename can now be edited.
- I finally got around to adding code to delete old logs, so now you won't run out of disk space just from wme logs :)
Fixes
- Object names can actually be edited now.
- The
Angle
property is always added whenever an object is added. - Selection rectangle on objects with an image size of (0,0) doesn't throw an error now (
mysterycave
objects).
Updates
- wmwpy version 0.6.0-beta
Full Changelog: v2.3.3...v2.4.0