WIP: new-cbs #117

Closed
kazhnuz wants to merge 23 commits from new-cbs into master
Showing only changes of commit 7993e6b6fe - Show all commits

View file

@ -16,7 +16,7 @@ Player:implement(Identity)
function Player:new(world, x, y, z, id)
self.defaultDir = 1
Player.super.new(self, world, x, y, 16, 12, 24, "fighter")
Player.super.new(self, world, x, y, "player")
self:updateCurrentCharset()
self:initScore()
self:initTeam()