– RS_WindowBuilder.js
- タイトル
- 作者名
- biud436様
- ヘルプ
- If you would like to add is the ability to create the window automatically,
You could use this plugin to make the new windows
and then assign it to the current scene.
You type a new code to create the window as follows!
new Window_Base(0, 0, 200, 96).builder("안녕하세요?", 0, 0);
You are going to pass a first parameter is desired text in the function
called 'builder'. It is the text string that would draw on the window.
The next two parameters are the internal coordinates such as x and y.
You can also use the plugin commands as follows :
WindowBuilder event event_id offset_x offset_y text
=============================================================================
Version Log
=============================================================================
2018.01.30 (v1.0.0) - First Release. - パラメータ
-
param Life Time type number desc a millisecond default 10000 min 1000 - ライセンス表記
- MIT License
Copyright (c) 2018 biud436
Free for commercial and non commercial use.
紹介ページ https://github.com/biud436/MV/blob/master/RS_WindowBuilder.js