start bisecting
This commit is contained in:
parent
455177d33e
commit
7e14aea49e
4 changed files with 86 additions and 87 deletions
|
@ -8,7 +8,7 @@ pw.script:load_all()
|
|||
print("hello pixwerx!")
|
||||
|
||||
local w = pw.window.new()
|
||||
--w.visible = false
|
||||
w.visible = false
|
||||
|
||||
-- set title
|
||||
w.title = "pixwerx 0.1"
|
||||
|
@ -31,7 +31,7 @@ end
|
|||
-- setup a lua callback function as callback
|
||||
w.on_update = function(self)
|
||||
pl:draw()
|
||||
-- print("test on update",w.position.x,w.position.y,pw.time.now)
|
||||
-- print("test on update",w.position.x,w.position.y,pw.time.now)
|
||||
end
|
||||
|
||||
-- show all displays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue