rpgtkoolmv / corescript

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

Fix delay of drawing maps after NewGame #194

Closed krmbn0576 closed 5 years ago

krmbn0576 commented 5 years ago

(Fix #124, #180)

In corescript version 1.6.1, tilemap isn't displayed for a moment after NewGame. (only parallax is displayed) In other words, drawing maps is delayed at scene starting. Fixed!

ivanpopelyshev commented 5 years ago

HOLY COW guys that has to be moved to official RMMV thank you!

ivanpopelyshev commented 5 years ago

also, that means pixi-tilemap doesn't work properly if its inside a filter.

ivanpopelyshev commented 5 years ago

https://github.com/pixijs/pixi-tilemap/commit/1053aab63a7a30004ca7ab249fafb31b8cc0dfe3

That's true fix for the problem.