Update: CC - Entity Loaded - Impact Test (3w66vzyd6a.js) 111 bytes modified

beta.r3js.org
-=yb4f310 2018-02-27 12:43:58 +01:00
parent 89c9979ece
commit 4eff549ab6
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
if (this.parentEntity === data.entity) {
console.log('Entity Impact Test Loaded');
} else {
return;
}
// Create your own game class
MyGame = ig.Game.extend({
init: function() {