Adds the phase skill icon

This commit is contained in:
Linus Probert 2018-10-12 11:56:35 +02:00
parent e6b5b761b0
commit 53151b6ee0
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.1 KiB

After

Width:  |  Height:  |  Size: 6.4 KiB

View File

@ -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;