You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
442 B
24 lines
442 B
3 years ago
|
library broadcast2 initializer InitBroadcast2
|
||
|
|
||
|
/**
|
||
|
* 播片系统
|
||
|
* 为剧情设计
|
||
|
* 当前版本仅涉及文本显示对话功能
|
||
|
*
|
||
|
* 版本: 2.01
|
||
|
* By Soul2
|
||
|
*/
|
||
|
|
||
|
#define SayPointX 0.62
|
||
|
#define SayPointY - 0.5
|
||
|
|
||
|
#include "struct/broadcast.j"
|
||
|
|
||
|
#undef SayPointX
|
||
|
#undef SayPointY
|
||
|
|
||
|
function InitBroadcast2 takes nothing returns nothing
|
||
|
// init something
|
||
|
endfunction
|
||
|
|
||
|
endlibrary
|