adding spray can

This commit is contained in:
ericrius1 2015-09-17 16:12:16 -07:00
parent 109f2d8a1a
commit 9614a69b19
2 changed files with 0 additions and 14 deletions

View file

@ -1,14 +0,0 @@
var light = Entities.addEntity({
type: "light",
position: {x: 544, y: 498.9, z: 506.7},
intensity: 10,
dimensions: {x: 10, y: 10, z: 10},
color: {red: 200, green : 10, blue: 200}
});
function cleanup() {
Entities.deleteEntity(light);
}
Script.scriptEnding.connect(cleanup);