client_file/boot.lua, testmodules/test1: Tidy up
This commit is contained in:
parent
0414bc8aaf
commit
8da0f11df9
@ -1,12 +0,0 @@
|
||||
-- Buildat: client_lua/boot.lua
|
||||
local log = buildat:Logger("client_lua")
|
||||
log:info("boot.lua loaded")
|
||||
|
||||
-- Temporary test
|
||||
require "Polycode/Core"
|
||||
scene = Scene(Scene.SCENE_2D)
|
||||
scene:getActiveCamera():setOrthoSize(640, 480)
|
||||
label = SceneLabel("Hello from remote module!", 32)
|
||||
label:setPosition(0, -100, 0)
|
||||
scene:addChild(label)
|
||||
|
@ -1,4 +1,12 @@
|
||||
-- Buildat: test1/boot.lua
|
||||
-- Buildat: test1/client_lua/init.lua
|
||||
local log = buildat:Logger("test1")
|
||||
log:info("boot.lua loaded")
|
||||
log:info("test1/init.lua loaded")
|
||||
|
||||
-- Temporary test
|
||||
require "Polycode/Core"
|
||||
scene = Scene(Scene.SCENE_2D)
|
||||
scene:getActiveCamera():setOrthoSize(640, 480)
|
||||
label = SceneLabel("Hello from remote module!", 32)
|
||||
label:setPosition(0, -100, 0)
|
||||
scene:addChild(label)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user