fix arrow sprite metadata

This commit is contained in:
Akbar Rahman 2022-06-12 19:42:01 +01:00
parent 3eb6cc58ef
commit b02543c848
Signed by: alvierahman90
GPG Key ID: 20609519444A1269

View File

@ -23,10 +23,10 @@ Sprite sprites_info[] = {
}, },
.bitmap_indexes[SI_DOWN] = 12, .bitmap_prop[SI_DOWN] = S_FLIPY, .bitmap_indexes[SI_DOWN] = 12, .bitmap_prop[SI_DOWN] = S_FLIPY,
.collision_offset[SI_DOWN] = { .collision_offset[SI_DOWN] = {
.itl = { .x = 8, .y = 8}, .itl = { .x = 3, .y = 8},
.itr = { .x = 5, .y = 8}, .itr = { .x = 1, .y = 8},
.ibl = { .x = 8, .y = 1}, .ibl = { .x = 3, .y = 1},
.ibr = { .x = 5, .y = 1}, .ibr = { .x = 1, .y = 1},
}, },
.bitmap_indexes[SI_LEFT] = 11, .bitmap_prop[SI_LEFT] = 0, .bitmap_indexes[SI_LEFT] = 11, .bitmap_prop[SI_LEFT] = 0,
.collision_offset[SI_LEFT] = { .collision_offset[SI_LEFT] = {