mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-16 22:47:08 +02:00
adding logging
This commit is contained in:
parent
032e503be6
commit
18155f968b
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,8 @@ var wandScriptURL = Script.resolvePath("../examples/toys/bubblewand/wand.js");
|
|||
var dollScriptURL = Script.resolvePath("../examples/toys/doll/doll.js");
|
||||
var lightsScriptURL = Script.resolvePath("../examples/toys/lightSwitch.js");
|
||||
|
||||
print("SPRAY CAN SCRIPT URL " + sprayPaintScriptURL);
|
||||
|
||||
|
||||
|
||||
MasterReset = function () {
|
||||
|
@ -290,6 +292,10 @@ MasterReset = function () {
|
|||
|
||||
collidingBalls.push(collidingBall);
|
||||
originalBallPositions.push(position);
|
||||
|
||||
setEntityCustomData(resetKey, collidingBall, {
|
||||
resetMe: true
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue