intermediate state

This commit is contained in:
Hartmut Seichter 2019-01-09 17:50:18 +01:00
parent dfe26d9424
commit f840d51f4f
10 changed files with 146 additions and 130 deletions

View file

@ -67,9 +67,12 @@ end
local w = pw.window.new()
w.title = "pixwerx 1.0"
-- set title
w.title = "pixwerx 0.1"
-- set size
w.size = pw.size.new(1200,800)
w:set_size(1280,768)
while w:update()
do