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.
AM2R-TimeTrials/scripts/makeActive.gml

8 lines
95 B

/// makeActive()
xVel = 0;
yVel = 0;
xAcc = 0;
yAcc = 0;
time = 0;
platform_engine_active = 1;