Skip to content

Instantly share code, notes, and snippets.

@figengungor
Created June 13, 2013 15:36
Show Gist options
  • Select an option

  • Save figengungor/5774700 to your computer and use it in GitHub Desktop.

Select an option

Save figengungor/5774700 to your computer and use it in GitHub Desktop.
director main
local director = require("director") --import director
--GLOBALS--
W = display.contentWidth
H = display.contentHeight
--Change Scene--
director: changeScene("scene1") -- go to first scene
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment