じ☆ve冰风 发表于 2026-7-7 11:05:10

Window UI resizer tool

Introductions :
This plugin is a Plugin developer aid tool that allows you to visualize window UI resizing without having to go back and forth with the playtest button. It doesn't save the UI per se. So it's important to save it in your code editor before you press refresh.





how to use
SpoilerTo use this plugin simply open the console (f8) and use the command.
                Code:        
$.resize(id, new Rectangle(number,number,number,number));


It will dynamically resize the and move it.
ID : is the INDEX of the children in the WindowLayer (array)
Rectangle : is a a window rectangle class.

This tool is a visual aid for your work and doesn't save so it is appropriate to copy back your data in your script file to keep track.




Planned feature :

[*]Show list of children
[*]Save and Load to JSON
[*]Mouse dragging support? (unsure if I can do it.)

Licenses :MIT

How to get it :
https://www.makerdevs.com/plugin/window-ui-resizer-tool


本贴来自国际rpgmaker官方论坛作者:nio kasgami处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址:https://forums.rpgmakerweb.com/threads/window-ui-resizer-tool.125929/
页: [1]
查看完整版本: Window UI resizer tool