
르탄이가 안나오네요ㅠㅠㅠ 뭐가 문제일까요ㅠㅠ
르탄이 png 파일다운받고 같이 압축해서 했는데 안되네요ㅠㅠ
let spartan = App.loadSpritesheet('sprtan.png', 64 , 96 ,{
left: [0, 1, 2, 3],
up: [0],
down: [0],
right: [0, 1, 2, 3]
}, 8);
App.onJoinPlayer.Add(function(player){
player.sprite = spartan;
player.sendUpdated();
})
