Skip to content

Instantly share code, notes, and snippets.

@mattcolman
Created September 21, 2012 05:56
Show Gist options
  • Save mattcolman/3759940 to your computer and use it in GitHub Desktop.
Save mattcolman/3759940 to your computer and use it in GitHub Desktop.
Aspect ratio
class Main extends Activity
enter: ->
super
@mainCnt = new Container()
@stage.addChild @mainCnt
@adjustForAspectRatio @mainCnt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment