SRPG Studio 1.281 Update Released!
Hello, everyone!
We have now released version 1.281.
We have now released version 1.281.
New Features:
- Added highlevel-customscene.js to official plugins.
Please refer to it when creating a custom scene with a plugin. - Added ability to set "Item Effects" for Again items.
Like the Again skill, you can choose between 'One Unit' and 'Surroundings'. - Added EQUIPWEAPON to IconDecorationType in scripts.
Weapons currently equipped by units on the map can now be displayed. - You can now display map symbols on moving objects as well.
In something like SetupControl.setup, call root.getCustomizationOptionsManager().enableMovingObjectSymbol(true); - Added enableRenderUnitsBasedOnPosition method to root.getCustomizationOptionsManager object.
- Added root.setRandomNumberSeed method to give seed to root.getRandomNumber method.
Bug Fixes:
- Fixed a bug that circles were not displayed in Database/Terrain when using large map chips.
- Fixed a display error in the event command "Command Jump".
- Fixed a bug where fusion attacks rarely failed.