streuner-game/src/engine/global.lua
Sebastian Hugentobler 814fc96669 update to love 0.10.1
2016-03-15 13:41:39 +01:00

7 lines
79 B
Lua

local Global = {}
Global.tilewidth = 64
Global.tileheight = 64
return Global