#5 Render inventory when pressing i
This commit is contained in:
parent
f529fc5237
commit
d0302c3156
9 changed files with 76 additions and 52 deletions
|
@ -23,6 +23,10 @@ bgColor = white
|
|||
zoom :: Float
|
||||
zoom = 5.0
|
||||
|
||||
-- UI scale
|
||||
uizoom :: Float
|
||||
uizoom = 0.5
|
||||
|
||||
-- Resolution of the texture
|
||||
resolution :: Float
|
||||
resolution = 16
|
||||
|
|
Reference in a new issue