Skip to content
Permalink
main
Go to file
 
 
Cannot retrieve contributors at this time
10 lines (9 sloc) 256 Bytes
/*:
* @plugindesc Makes the skill-selection window have three columns, instead of two.
* @author Ben Hendel-Doying
*
* @help That's it! Great when using modern 16:9 aspect ratios!
*/
Window_SkillList.prototype.maxCols = function() {
return 3;
};
You can’t perform that action at this time.