Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Last active August 29, 2015 14:26
Show Gist options
  • Save antonkartashov/40a7862e12a5de9ebdd2 to your computer and use it in GitHub Desktop.
Save antonkartashov/40a7862e12a5de9ebdd2 to your computer and use it in GitHub Desktop.
# Размер экрана у девайса
Screen.width
Screen.height
# Слой во весь экран
rect = new Layer
width: Screen.width
height: Screen.height
ellipse = new Layer
x: Screen.width / 2
y: Screen.height / 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment