- Joined
- Aug 24, 2017
- Messages
- 81
- Reaction score
- 8
- First Language
- Chinese
- Primarily Uses
- RMMV
Hi
I am using Chrono Engine by Moghunter.
https://atelierrgss.wordpress.com/rmv-chrono-engine/
And I found the state icon will be block by tileset with ★
Any script to fix this.
I try change z
And nothing happen.
Actually, when I console
it's undefined.
Sorry for my poor js skill.
Please teach me how to fix this, if you know how to do it.
Thank you.
I am using Chrono Engine by Moghunter.
https://atelierrgss.wordpress.com/rmv-chrono-engine/
And I found the state icon will be block by tileset with ★
Any script to fix this.
I try change z
Code:
this._stateIconSprite.z
Actually, when I console
Code:
console.log(this._stateIconSprite.z)
Sorry for my poor js skill.
Please teach me how to fix this, if you know how to do it.
Thank you.