MES模块增加更多图标,调整使用方法

This commit is contained in:
MrZ626
2021-06-14 01:02:38 +08:00
parent 28cf3d878f
commit c17865d777
28 changed files with 150 additions and 125 deletions

View File

@@ -141,10 +141,10 @@ function profile.switch()
profile.stop()
love.system.setClipboardText(PROFILE.report())
PROFILE.reset()
MES.new("profile report copied!")
MES.new('check',"profile report copied!")
else
PROFILE.start()
MES.new("profile start!")
MES.new('check',"profile start!")
end
switch=not switch
end