attempting to cleanup the scripting interface

This commit is contained in:
Hartmut Seichter 2019-01-23 09:05:09 +01:00
parent a497ac1f7d
commit 61f8e6c071
15 changed files with 215 additions and 227 deletions

View file

@ -1,7 +1,11 @@
--
-- pixwerx - test - core
--
-- loading our libraries
pw.script:initialize()
print("hello pixwerx!")
os.exit()
local v1 = pw.vector3.new(3,2,1)