- Joined
- Nov 29, 2018
- Messages
- 73
- Reaction score
- 8
- First Language
- English
- Primarily Uses
- RMMV
Hi all!
I'm trying to change the size of the default 32x32 icons to 64x64 in a line of js code:
I don't want all the icons in my game to be 64x64 by the way. Only these icons from $dataSkills in this part of the code.
Would super appreciate any help! <3
I'm trying to change the size of the default 32x32 icons to 64x64 in a line of js code:
Code:
var icon = $dataSkills[onActivate.skills[i]].iconIndex;
this.drawIcon(icon, x, y);
Would super appreciate any help! <3

