Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 59 bytes modified

beta.r3js.org
-=yb4f310 2018-03-21 12:52:50 +01:00
parent d13cc3827b
commit de60e11420
1 changed files with 5 additions and 1 deletions

View File

@ -235,7 +235,11 @@ GameLib.CustomCode.prototype.createFood = function(delta) {
this.food.push(
{
type : foodType,
mesh : mesh
mesh : mesh,
position : {
x : positionX,
y : positionY
}
}
)