borisblizzard / arcreator

Advanced RPG Creator is an engine and an editor that allows you to create old-school 2D RPG video games.
7 stars 1 forks source link

Refactor the _arc_panel_info* properties #34

Closed Ryex closed 9 years ago

Ryex commented 9 years ago

The panel dispatcher uses class properties of the panel to be dispatched like _arc_panel_info_string and _arc_panel_info_data to determine how the resulting panel should be displayed in the AUI interface, where it should be initially positioned etc.

these properties should be refactored into a single dict property. this will make them easier to manage (and it will look better)