update refactoring.md

This commit is contained in:
YouWei Zhao 2019-03-30 12:38:56 -04:00
parent 8b6ef9f0d3
commit 05f6b37121

View File

@ -46,6 +46,10 @@ editor: {
某些注意到的点
+ 插入公共事件的参数的转义处理
+ 转义改由editor.blockly处理,editor.multi原样接受和返回
+ 地图的编辑与其他(如全塔属性和楼层属性), 现在的文件操作的模式是完全不同的
楼层文件的储存与其他不同
@ -62,7 +66,7 @@ editor: {
+ [ ] ? 表格折叠
变为四栏, 可以折叠展开
+ [ ] blockly对于无法识别的图块原样返回
+ [x] blockly对于无法识别的图块原样返回
+ [ ] ? 简洁的事件方块注册
`editor.registerEvent('log',[['test','Int','测试',0],['floorId','Idstring','楼层','MT0']])`