fix arrow sprite metadata
This commit is contained in:
parent
3eb6cc58ef
commit
b02543c848
@ -23,10 +23,10 @@ Sprite sprites_info[] = {
|
||||
},
|
||||
.bitmap_indexes[SI_DOWN] = 12, .bitmap_prop[SI_DOWN] = S_FLIPY,
|
||||
.collision_offset[SI_DOWN] = {
|
||||
.itl = { .x = 8, .y = 8},
|
||||
.itr = { .x = 5, .y = 8},
|
||||
.ibl = { .x = 8, .y = 1},
|
||||
.ibr = { .x = 5, .y = 1},
|
||||
.itl = { .x = 3, .y = 8},
|
||||
.itr = { .x = 1, .y = 8},
|
||||
.ibl = { .x = 3, .y = 1},
|
||||
.ibr = { .x = 1, .y = 1},
|
||||
},
|
||||
.bitmap_indexes[SI_LEFT] = 11, .bitmap_prop[SI_LEFT] = 0,
|
||||
.collision_offset[SI_LEFT] = {
|
||||
|
Loading…
Reference in New Issue
Block a user