I want to display an image in an MD game using Lua. How can I do this? #146
Answered
by
cuavas
uname1able
asked this question in
Q&A
-
my code ,
i want implent read ./1.png -> scr:draw??(x,y,x0,y0) show pics how can i do this,please give me some code or suggestions, thank you very much! |
Beta Was this translation helpful? Give feedback.
Answered by
cuavas
Sep 26, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
uname1able
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
emu.bitmap_argb32.load(...)
.manager.machine.render:texture_alloc(...)
.draw_quad(...)
on a render container to draw the texture.