here is my code in the main.lua
lime = require("lime.lime") local map = lime.loadMap("try4.tmx") local visual = lime.createVisual(map)
Edit seemed to fix it , but now my background is black
here is my code in the main.lua
lime = require("lime.lime") local map = lime.loadMap("try4.tmx") local visual = lime.createVisual(map)
Edit seemed to fix it , but now my background is black
Hi I have tried to get Lime working and have done the first exercise but when the I run it. All I get is a black screen. No errors ! What am I doing !!!
display.setStatusBar( display.HiddenStatusBar )
lime = require(“lime.lime”)
local map1 = lime.loadMap(“try4.tmx”)
local visual = lime.createVisual(map1)
Hi I have tried to get Lime working and have done the first exercise but when the I run it. All I get is a black screen. No errors ! What am I doing !!!
display.setStatusBar( display.HiddenStatusBar )
lime = require(“lime.lime”)
local map1 = lime.loadMap(“try4.tmx”)
local visual = lime.createVisual(map1)