框架跟进
This commit is contained in:
Submodule Zframework updated: 20a5757a9c...6d9b1439eb
1
conf.lua
1
conf.lua
@@ -3,7 +3,6 @@ MOBILE=SYSTEM=='Android' or SYSTEM=='iOS'
|
|||||||
FNNS=SYSTEM:find'\79\83'-- What does FNSF stand for? IDK so don't ask me lol
|
FNNS=SYSTEM:find'\79\83'-- What does FNSF stand for? IDK so don't ask me lol
|
||||||
|
|
||||||
if SYSTEM=='Web' then
|
if SYSTEM=='Web' then
|
||||||
POLYFILL = require"polyfill"
|
|
||||||
local oldRead=love.filesystem.read
|
local oldRead=love.filesystem.read
|
||||||
function love.filesystem.read(name,size)
|
function love.filesystem.read(name,size)
|
||||||
if love.filesystem.getInfo(name) then
|
if love.filesystem.getInfo(name) then
|
||||||
|
|||||||
3391
polyfill.lua
3391
polyfill.lua
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user