
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
캐릭터를 스파르타로 바뀌는걸 했는데 안바껴요. 뭐가 잘못 되었나요? 다른건 하라는 대로 했어요.

let spartan= App.loadSpritesheets('spartan.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();
})
