Files
AM2R-Community-Updates/scripts/makeActive.gml
2020-12-22 20:54:55 -06:00

8 lines
95 B
Plaintext

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