working version for linux with usable scripting
This commit is contained in:
parent
28905d301e
commit
9d0c60c5f4
401 changed files with 90281 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue