Created
March 23, 2015 17:04
-
-
Save Seasons7/ba01dfc34f866b8780ad to your computer and use it in GitHub Desktop.
ccswift20150324
This file contains 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
import Foundation | |
class MainScene: CCNode { | |
let audio:OALSimpleAudio = OALSimpleAudio.sharedInstance() | |
override func onEnter() { | |
audio.playBg("bgm.mp3", loop: true) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment