addChild(box, n);
} else {
DropDownMenu drop = new DropDownMenu(new Minion<SelectionEvent>() {
@Override
public long run(Dispatcher<SelectionEvent> dispatcher, String type, SelectionEvent event) {
s.choice(event.value());
editLogic(l);
return Minion.CONTINUE;
}
});
drop.position(new Vector2f(0, i)).resize(new Vector2f(155, 24));