mirror of
https://github.com/overte-org/overte.git
synced 2025-05-07 21:08:39 +02:00
adding spray can
This commit is contained in:
parent
109f2d8a1a
commit
9614a69b19
2 changed files with 0 additions and 14 deletions
|
@ -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);
|
|
0
examples/toybox/managers/sprayCanManager.js
Normal file
0
examples/toybox/managers/sprayCanManager.js
Normal file
Loading…
Reference in a new issue