- Joined
- Nov 26, 2015
- Messages
- 106
- Reaction score
- 20
- First Language
- Italian
Hi,
I want to draw sprite through code, I don't want to use the existing pitcure system for what I need to do, I want to create a class of my own which you can pass a bitmap to and get it drawn on screen. Maybe there is alredy a class for that but a big part of the code is hidden in MV and i didn't find any in the .js i looked through. The only usefull thing I found is the "Bitmap" class in the "rpg_core.js" file but it doesn't seem to have a draw() call.
Thank you
I want to draw sprite through code, I don't want to use the existing pitcure system for what I need to do, I want to create a class of my own which you can pass a bitmap to and get it drawn on screen. Maybe there is alredy a class for that but a big part of the code is hidden in MV and i didn't find any in the .js i looked through. The only usefull thing I found is the "Bitmap" class in the "rpg_core.js" file but it doesn't seem to have a draw() call.
Thank you
Last edited by a moderator:
