KLL Compiler
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
此仓库已存档。您可以查看文件和克隆,但不能推送或创建工单/合并请求。

mouseTest.kll 301B

1234567891011121314151617
  1. Name = mouseTest;
  2. Version = 0.3d;
  3. Author = "HaaTa (Jacob Alexander) 2016";
  4. KLL = 0.3d;
  5. # Modified Date
  6. Date = 2016-03-20;
  7. U"1" : mouseOut( 1 );
  8. U"2" : mouseOut( 2 );
  9. U"3" : mouseOut( 3 );
  10. U"4" : mouseOut( 4 );
  11. U"5" : mouseOut( 5 );
  12. U"6" : mouseOut( 6 );
  13. U"7" : mouseOut( 7 );
  14. U"8" : mouseOut( 8 );