mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 04:07:11 +02:00
Disable room limits set for demo comedy club
This commit is contained in:
parent
e9cf993c9f
commit
a07a0f4f72
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ var noFly = true;
|
|||
var fixedWalkVelocity = true;
|
||||
|
||||
//var roomLimits = { xMin: 618, xMax: 635.5, zMin: 528, zMax: 552.5 };
|
||||
var roomLimits = { xMin: 100.0, xMax: 206.5, zMin: 251.4, zMax: 269.5 };
|
||||
var roomLimits = { xMin: -1.0, xMax: -1.0, zMin: -1.0, zMax: -1.0 };
|
||||
|
||||
function isInRoom(position) {
|
||||
var BUFFER = 2.0;
|
||||
|
|
Loading…
Reference in a new issue