WindowManager - 2017/07/14
Creator name: kido0617
Overview
Able to display multiple text windows at the same time.
Features
- Handled through script calls
Format sample: WindowManager.show(0, 10, 10,180, 80); //show(window#, x, y, width, height)
Text output: WindowManager.drawText(0, "insert texts");
Show picture: WindowManager.drawPicture(0, "cat");
Delete: WindowManager.hide(0);
Delete all: WindowManager.hideAll();
Preview
Credit and Thanks: kido0617
Terms of Use- Free for commercial and non-commercial use.
License - Public Domain
You can download js file from the thread attachment or Dropbox link: https://www.dropbox.com/s/ct4qx081ga6gjsu/WindowManager.js?dl=1
本贴来自国际rpgmaker官方论坛作者:ovate处,因国际论坛即将永久关站,为了存档多年珍贵资料,署名转载到本论坛存档,由于官方帖子为英文原帖,需要中文翻译请点击论坛顶部切换语言为中文就可以将帖子翻译成中文浏览,方便大家随时查看,原文地址: https://forums.rpgmakerweb.com/threads/text-window-manager.96436/ |