From 051abd04e4527095ef15412939450fbe504daebe Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 26 Oct 2021 19:33:40 +0800 Subject: +texture & imagedata --- Data/boot.lua | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Data/boot.lua') diff --git a/Data/boot.lua b/Data/boot.lua index 6f49da7..7e7cfdc 100644 --- a/Data/boot.lua +++ b/Data/boot.lua @@ -13,7 +13,8 @@ local editorCLibs = "./Libraries/?.dll" .. "./Plugins/?.dll" package.cpath=package.cpath .. ";" .. engineCLibs .. ";" .. editorCLibs -- debugging -require("LuaPanda").start("127.0.0.1",8818) +-- 在这里会报一个异常, 不知道为什么 +--require("LuaPanda").start("127.0.0.1",8818) -- redirect if GAMELAB_DEBUG then @@ -29,5 +30,8 @@ require "GameLab.Engine.GL" require "GameLab.Editor" require "GameLab.Editor.GUI" +-- debugging +require("LuaPanda").start("127.0.0.1",8818) + -- launch editor -dofile("./Scripts/EditorApplication.lua") \ No newline at end of file +dofile("./Scripts/EditorApplication.lua") -- cgit v1.1-26-g67d0