mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-08 11:13:37 +02:00
fix box dimensions
This commit is contained in:
parent
7a7f649bf7
commit
c8e1aca4b6
3 changed files with 3 additions and 3 deletions
|
@ -351,7 +351,7 @@
|
|||
};
|
||||
|
||||
var resetter = Entities.addEntity({
|
||||
type: "Text",
|
||||
type: "Box",
|
||||
position: position,
|
||||
name: "Basketball Resetter",
|
||||
script: basketballResetterScriptURL,
|
||||
|
|
|
@ -329,7 +329,7 @@ MasterReset = function() {
|
|||
};
|
||||
|
||||
var resetter = Entities.addEntity({
|
||||
type: "Text",
|
||||
type: "Box",
|
||||
position: position,
|
||||
name: "Basketball Resetter",
|
||||
script: basketballResetterScriptURL,
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
|
||||
Resetter.prototype = {
|
||||
|
||||
startFarGrabNonColliding: function() {
|
||||
startNearGrabNonColliding: function() {
|
||||
this.resetObjects();
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue