You've already forked AM2R-Community-Updates
mirror of
https://github.com/izzy2lost/AM2R-Community-Updates.git
synced 2026-03-10 11:23:35 -07:00
5 lines
287 B
Plaintext
5 lines
287 B
Plaintext
/// isCollisionRightSlope(offset_0_1)
|
|
if (argument0 == 0 && collision_line(round(x), round(y - 1), round(x + 10), round(y - 1), oSlope, true, true) > 0
|
|
|| argument0 == 1 && collision_line(round(x + 8), round(y), round(x + 8), round(y - 27), oSlope, true, true) > 0) return 1;
|
|
return 0;
|