Andronov Aleksey
Andronov Aleksey
``` Table main = new Table(); main.setFillParent(true); stage = new Stage(); stage.addActor(main); SelectBox sb = new SelectBox(assets.getSkin()); sb.setItems("test", "test2"); main.add(sb).expand().right().row(); ```  ``` Table main = new Table(); main.setFillParent(true); stage...
Red square is obstacle, added: `Obstacle obstacle = pathHelper.addRect(p.x - radius, p.y - radius, radius * 2, radius * 2);` Demo video: https://youtu.be/M1d1wrjywuw
fixed
When calling glide.pause(), the playback time is reset to the beginning, similar to glide.stop(). This makes it impossible to temporarily pause autoplay without restarting the progress from the beginning.
Используется авторизация через приложение, с месяц назад начала появляться новая капча, которую невозможно пройти. К тому же на мобилке при открытии страницы невозможно увидеть половину этой капчи. Пишет что успешно,...
https://github.com/zxing-js/library/pull/605