This website works better with JavaScript.
Explore
Help
Sign In
AM2R-Mod-Sources
/
AM2R-TimeTrials
mirror of
https://github.com/maylokana/AM2R-TimeTrials
Watch
1
Star
0
Fork
You've already forked AM2R-TimeTrials
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4acd1cf1f9
main
v0.1
v0.2
v0.3
v0.3.1
v0.4
v2.0a
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '4acd1cf1f9'
${ noResults }
AM2R-TimeTrials
/
scripts
/
isCollisionDown.gml
5 lines
104 B
Raw
Blame
History
/// isCollisionDown()
if (position_meeting(x, y + 8, oSolid) == false) {
return 1;
} else return 0;
Reference in new issue
View Git Blame
Copy Permalink