Event: Comment

This commit is contained in:
ckcz123 2018-10-31 17:36:32 +08:00
parent 755919307d
commit d98a21f7f9
2 changed files with 2 additions and 1 deletions

View File

@ -288,7 +288,7 @@ comment_s
/* comment_s
tooltip : text显示一段文字剧情
tooltip : comment添加一段会被游戏跳过的注释内容
helpUrl : https://ckcz123.github.io/mota-js/#/event?id=comment%ef%bc%9a%e6%b7%bb%e5%8a%a0%e6%b3%a8%e9%87%8a
default : ["可以在这里写添加任何注释内容"]
colour : this.commentColor

View File

@ -485,6 +485,7 @@ document.getElementById('blocklyDiv').onmousewheel = function(e){
'text_0_s': 'EvalString_0',
'text_1_s': 'EvalString_2',
'autoText_s': 'EvalString_2',
'comment_s': 'EvalString_0',
'choices_s': 'EvalString_0',
'function_s': 'RawEvalString_0',
'shopsub': 'EvalString_3',