Closed IMP1 closed 9 years ago
Pressure plates check if something with mass is on it. Checks players, enemies, boulders*, objects (drops)... boolean isObjectWithMassAt(int i, int j) { return false; }
boolean isObjectWithMassAt(int i, int j) { return false; }
Done as of 6fa767b73769576bd9957e10d7d8cb9b4db77403
Pressure plates check if something with mass is on it. Checks players, enemies, boulders*, objects (drops)...
boolean isObjectWithMassAt(int i, int j) { return false; }