Home
last modified time | relevance | path

Searched refs:bottomBefore (Results 1 – 9 of 9) sorted by relevance

/dports/games/legend-of-edgar/edgar-1.34/src/world/
H A Danti_gravity_field.c77 int bottomBefore; in touch() local
83 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
85 if (bottomBefore < self->y) in touch()
H A Dlift.c76 int bottomBefore; in touch() local
107 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
109 if (abs(bottomBefore - self->y) < self->h - 1) in touch()
/dports/games/legend-of-edgar/edgar-1.34/src/item/
H A Done_way_door.c98 int bottomBefore; in upTouch() local
104 bottomBefore = other->y + other->h - other->dirY - 1; in upTouch()
106 if (bottomBefore < self->y) in upTouch()
H A Dcloud_geyzer.c143 int bottomBefore; in cloudTouch() local
151 bottomBefore = other->y + other->h - other->dirY - 1; in cloudTouch()
153 if (abs(bottomBefore - self->y) < self->h - 1) in cloudTouch()
H A Drock_container.c90 int bottomBefore; in touch() local
98 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
100 if (abs(bottomBefore - self->y) < self->h - 1) in touch()
H A Dscale.c157 int bottomBefore; in touch() local
165 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
167 if (abs(bottomBefore - self->y) < self->h - 1) in touch()
H A Dtrain.c66 int bottomBefore; in touch() local
75 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
77 if (abs(bottomBefore - self->y) < self->h - 1) in touch()
H A Dlab_crusher.c252 int bottomBefore; in touch() local
262 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
264 if (abs(bottomBefore - self->y) < self->h - 1) in touch()
/dports/games/legend-of-edgar/edgar-1.34/src/boss/
H A Dmataeus_wall.c293 int bottomBefore; in touch() local
314 bottomBefore = other->y + other->h - other->dirY - 1; in touch()
316 if (abs(bottomBefore - self->y) < self->h - 1) in touch()