rpgtkoolmv / corescript

http://www.rpgmakerweb.com/products/programs/rpg-maker-mv
MIT License
311 stars 74 forks source link

preload image for Game_Interpreter #42

Closed krmbn0576 closed 7 years ago

krmbn0576 commented 7 years ago

Search all commands when the Game_Interpreter is set up. Then, if there is a command to load the image, request the image to be used ahead of time.

krmbn0576 commented 7 years ago

I moved filename empty check to ImageManager.requestBitmap for convenience ;-)

ghost commented 7 years ago

OK,LGTM 🤖