working version for linux with usable scripting

This commit is contained in:
Hartmut Seichter 2019-01-16 15:40:37 +01:00
parent 28905d301e
commit 9d0c60c5f4
401 changed files with 90281 additions and 11 deletions

View file

@ -72,7 +72,7 @@ w.title = "pixwerx 0.1"
-- setup a lua callback function
w.on_update = function(self)
print("test on update",w.position.x,w.position.y)
print("test on update",w.position.x,w.position.y,pw.timer.now)
end
-- set size