Created
November 4, 2012 23:15
-
-
Save fredericpierron/4014311 to your computer and use it in GitHub Desktop.
in the main of lua
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
local navGene = require "navGene" | |
-- Display objects added below will not respond to storyboard transitions | |
local ui_news, ui_now, ui_yellow, ui_news_over, ui_now_over, ui_yellow_over = navGene.createNavGene() | |
navGene.addEventTo(ui_now) | |
navGene.addEventTo(ui_news) | |
navGene.addEventTo(ui_yellow) | |
navGene.addEventTo(ui_now_over) | |
navGene.addEventTo(ui_news_over) | |
navGene.addEventTo(ui_yellow_over) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment