修正部分英文文本,删除部分不需要的文本项,称呼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

@@ -1,4 +1,4 @@
--LIGHT MODULE (Optimized by MrZ, Original on github/love2d community/simple-love-lights)
--LIGHT MODULE (Optimized by MrZ, Original on github/LÖVE community/simple-love-lights)
--Heavily based on mattdesl's libGDX implementation:
--https://github.com/mattdesl/lwjgl-basics/wiki/2D-Pixel-Perfect-Shadows
local gc=love.graphics

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