Created
November 8, 2014 14:30
-
-
Save hex13/be9aa797d16a96e105e2 to your computer and use it in GitHub Desktop.
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
game.add.sprite(10, 100, 'jednostka_1'); | |
// kod inicjalizujacy jednostke 1... | |
game.add.sprite(10, 100, 'jednostka_2'); | |
// kod inicjalizujacy jednostke 2... | |
game.add.sprite(10, 100, 'jednostka_3'); | |
// kod inicjalizujacy jednostke 3... | |
... | |
game.add.sprite(10, 100, 'jednostka_n'); | |
// kod inicjalizujacy jednostke n... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment