修改loadLib用法,准备更换联网模块

This commit is contained in:
MrZ626
2021-02-16 16:54:30 +08:00
parent 35f62f1636
commit 5943970312
5 changed files with 36 additions and 73 deletions

View File

@@ -2,11 +2,11 @@ SCR= require"Zframework/screen"
COLOR= require"Zframework/color"
SCN= require"Zframework/scene"
LOG= require"Zframework/log"
WS= require"Zframework/websocket"
require"Zframework/loadLib"
loadLib=require"Zframework/loadLib"
require"Zframework/wheelScroll"
require"Zframework/network"
-- require"Zframework/websocket"
require"Zframework/setFont"
require"Zframework/mDraw"