Adds the phase skill icon
This commit is contained in:
parent
e6b5b761b0
commit
53151b6ee0
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 6.4 KiB |
|
@ -541,7 +541,7 @@ create_phase(void)
|
|||
Sprite *s = sprite_create();
|
||||
sprite_set_texture(s, t, 0);
|
||||
s->dim = GAME_DIMENSION;
|
||||
s->clip = CLIP32(32, 0);
|
||||
s->clip = CLIP32(96, 32);
|
||||
s->fixed = true;
|
||||
Skill *skill = create_default("Phase", s);
|
||||
skill->levelcap = 4;
|
||||
|
|
Loading…
Reference in New Issue