Skip to content

Instantly share code, notes, and snippets.

@triacontane
Created January 30, 2021 08:35
Show Gist options
  • Save triacontane/820802c665f74999cbacf77de0be87cf to your computer and use it in GitHub Desktop.
Save triacontane/820802c665f74999cbacf77de0be87cf to your computer and use it in GitHub Desktop.
キャッシュされていないbitmapをbltするサンプル
var bitmap = ImageManager.loadFace(faceName);
bitmap.addLoadListener(function() {
this.contents.blt(bitmap, 0, 0, 0, 0, 0, 0);
}.bind(this));
@triacontane
Copy link
Author

bltの引数は別途指定してください。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment