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 *s = sprite_create();
|
||||||
sprite_set_texture(s, t, 0);
|
sprite_set_texture(s, t, 0);
|
||||||
s->dim = GAME_DIMENSION;
|
s->dim = GAME_DIMENSION;
|
||||||
s->clip = CLIP32(0, 0);
|
s->clip = CLIP32(0, 32);
|
||||||
s->fixed = true;
|
s->fixed = true;
|
||||||
Skill *skill = create_default("Backstab", s);
|
Skill *skill = create_default("Backstab", s);
|
||||||
skill->levelcap = 2;
|
skill->levelcap = 2;
|
||||||
|
|
Loading…
Reference in New Issue