Adds the backstab skill icon
This commit is contained in:
parent
da3ff1a222
commit
87925041fe
Binary file not shown.
Before Width: | Height: | Size: 6.4 KiB After Width: | Height: | Size: 7.7 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue