forked from noxious/server
Stash
This commit is contained in:
@ -489,7 +489,7 @@ export default class InitCommand extends BaseCommand {
|
||||
|
||||
private async createCharacterHair(): Promise<void> {
|
||||
const hairSprite = new Sprite()
|
||||
hairSprite.setId('922ee95f-1500-49c0-8ead-f8cc46dad136').setName('Hair 1')
|
||||
hairSprite.setId('922ee95f-1500-49c0-8ead-f8cc46dad136').setName('Hair 1').setWidth(30).setHeight(40)
|
||||
await hairSprite.save()
|
||||
|
||||
const frontAction = new SpriteAction()
|
||||
|
Reference in New Issue
Block a user