21 lines
396 B
CoffeeScript
21 lines
396 B
CoffeeScript
# Load base scene
|
|
Crafty.scene "Battle"
|
|
|
|
# Testing some entities
|
|
Crafty.sprite 480, 670, '//www.fftcgmognet.com/images/cards/hd/1/1/107.jpg',
|
|
shantotto: [
|
|
0
|
|
0
|
|
]
|
|
|
|
Crafty.e 'shantotto, AllyCard, Backup'
|
|
.place 0, 0
|
|
|
|
Crafty.e 'shantotto, AllyCard, Backup'
|
|
.place 300, 0
|
|
|
|
Crafty.e 'shantotto, AllyCard, Backup'
|
|
.place 600, 0
|
|
|
|
Crafty.e 'shantotto, EnemyCard, Backup'
|
|
.place 900, 0
|