SHARE
TWEET
Untitled
a guest
Apr 4th, 2018
70
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
- try {
- Pixmap screen = base.codeScreenUtils.createCodeScreen();
- PixmapIO.writePNG(Gdx.files.local("share_images/grimdefender.png"), screen);
- screen.dispose();
- Clipboard cb = Gdx.app.getClipboard();
- if (cb != null) {
- cb.setContents(sharetext);
- }
- } catch (Exception e) {
- base.bccon.submitLog("error creating share png: " + e.toString());
- return;
- }
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
