Last active
August 29, 2015 14:26
-
-
Save antonkartashov/40a7862e12a5de9ebdd2 to your computer and use it in GitHub Desktop.
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
# Размер экрана у девайса | |
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