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

beta.r3js.org
-=yb4f310 2018-02-27 13:41:53 +01:00
parent 4eff549ab6
commit a93b4c6552
1 changed files with 27 additions and 13 deletions

View File

@ -4,6 +4,17 @@ if (this.parentEntity === data.entity) {
return;
}
ig.module(
'game.impact-test'
)
.requires(
'impact.game',
'impact.image'
)
.defines(function(){
// code for this module
// Create your own game class
MyGame = ig.Game.extend({
init: function() {
@ -20,4 +31,7 @@ MyGame = ig.Game.extend({
// 60fps, 320x240 pixels, scaled up by a factor of 2
ig.main('7fjxtzzexg', MyGame, 60, 320, 240, 2 );
});
//@ sourceURL=entityLoaded.js