- Joined
- Aug 17, 2012
- Messages
- 23
- Reaction score
- 0
- First Language
- English
- Primarily Uses
- RMMZ
So, in my current project, I decided to see about using Yanfly's GridFreeDoodads plugin for most of my mapping needs. Unfortunately, however, it seems like I keep on consistently messing up somehow due to some of the code.
See, I started this project before Version 1.3.0 came out, I think. Of course, when I tried updating the JS files, I thought I had it good. The truth, however, is worse than I'd like.
That would be the main error that I get out of this... any idea as to how to fix it?
See, I started this project before Version 1.3.0 came out, I think. Of course, when I tried updating the JS files, I thought I had it good. The truth, however, is worse than I'd like.
Code:
Uncaught TypeError: Cannot read property 'TileRenderer' of undefined
pixi.js:20096
Pixi.js 4.0.0 - ✰ WebGL ✰ http://www.pixijs.com/ ♥♥♥
rpg_managers.js:1756 TypeError: undefined is not a function
at Function.SceneManager.initAudio (rpg_managers.js:1670)
at Function.SceneManager.initialize (rpg_managers.js:1619)
at Function.SceneManager.run (rpg_managers.js:1608)
at Function.SceneManager.run (/C:/Users/Xamusel/Documents/Games/Kingdom%20Hearts%20Reimagined/js/plugins/YEP_CoreEngine.js:868)
at window.onload (main.js:8)
That would be the main error that I get out of this... any idea as to how to fix it?

