Allow per-context transformations (#9)

This commit is contained in:
Kevin Harrison 2016-12-29 23:17:13 -05:00
parent 8b5482e74f
commit 26f05c82e4
6 changed files with 377 additions and 95 deletions

View file

@ -1,3 +1,5 @@
-- Basic skinning example.
local windowHeader = love.graphics.newImage 'skin/window_header.png'
local checkboxSkin = love.graphics.newImage 'skin/checkbox_false.png'
local checkboxCheck = love.graphics.newImage 'skin/checkbox_true.png'