mirror of
https://github.com/libretro/lutro-platformer.git
synced 2024-11-23 08:09:51 +00:00
11 lines
106 B
Lua
11 lines
106 B
Lua
SCREEN_WIDTH = 320
|
|
SCREEN_HEIGHT = 240
|
|
|
|
entities = {}
|
|
|
|
map = {}
|
|
|
|
if (love ~= nil) then
|
|
lutro = love
|
|
end
|