修正部分英文文本,删除部分不需要的文本项,称呼love2d为LÖVE

This commit is contained in:
MrZ626
2021-06-05 23:44:14 +08:00
parent 2cdc62f4a2
commit 5ef18545f8
10 changed files with 18 additions and 77 deletions

View File

@@ -8,7 +8,7 @@ local path="/tech/socket/v1"
local debug=""--S:send, R:receive, M=mark
local wsThread=[[
-- lua + love2d threading websocket client
-- lua + LÖVE threading websocket client
-- Original pure lua ver. by flaribbit and Particle_G
-- Threading version by MrZ