Basement-Renovator / basement-renovator

A room editor for Binding of Isaac Rebirth
Other
64 stars 28 forks source link

New "Bitmap" bitfield element widget type #286

Closed Meowlala closed 2 years ago

Meowlala commented 2 years ago

Adds a new type of widget usable by the entity parameters system, the bitmap. It's a collection of checkboxes that each represent one bit in the final value. image

Grid width and total size of the bitmap are configurable with the Width and Length properties, e.g: <bitmap Name="Funky Bitmap" Length="16" Width="4"/> creates the bitmap shown above.