use of org.shadebob.skineditor.DrawablePickerDialog in project gdx-skineditor by cobolfoo.
the class OptionsPane method showDrawableDialog.
/**
* Show drawable picker dialog
* @param field
*/
public void showDrawableDialog(final Field field) {
DrawablePickerDialog dlg = new DrawablePickerDialog(game, field);
dlg.show(getStage());
}
Aggregations