Adds the backstab skill icon

This commit is contained in:
Linus Probert 2018-10-13 00:35:51 +02:00
parent da3ff1a222
commit 87925041fe
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 7.7 KiB

View File

@ -514,7 +514,7 @@ create_backstab(void)
Sprite *s = sprite_create();
sprite_set_texture(s, t, 0);
s->dim = GAME_DIMENSION;
s->clip = CLIP32(0, 0);
s->clip = CLIP32(0, 32);
s->fixed = true;
Skill *skill = create_default("Backstab", s);
skill->levelcap = 2;