Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

スプライト描画コマンド #6

Open
yhironaka opened this issue Oct 30, 2015 · 0 comments
Open

スプライト描画コマンド #6

yhironaka opened this issue Oct 30, 2015 · 0 comments

Comments

@yhironaka
Copy link
Owner

任意位置に2×2ドットのスプライトパターンを描画する
MATLED SPRITE #X#Y#M#P

X:スプライト左上の横座標(#0~#7)(PUSHと垂直方向)

Y:スプライト左上の縦座標(#0~#7)(PUSHと平行方向)

※座標#7や#F(-1扱い)で、スプライトの一部がマトリックスにかかる位置でも、描画できるとありがたいです。

M:描画モード #0=ドット消去 #1=ドット描画 #2=XOR(ドットが無ければ描画、ドットがあれば消去)

P:スプライトパターン(#0~#F)

 12
 48
または
 21
 84

任意位置のドット描画ができると、表示の自由度がかなり上がります。
またスプライト描画ができると、15パズルのパズルピースやイチリスのブロックなど、キャラクター表示がかなり便利になります。

https://www.facebook.com/groups/ichigojam/permalink/634144856725271/?comment_id=636470173159406&offset=0&total_comments=18&comment_tracking=%7B%22tn%22%3A%22R6%22%7D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant