mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 19:16:56 +02:00
Merge pull request #5993 from imgntn/furniture_adjustments
[Scripts] Toybox Furniture adjustments
This commit is contained in:
commit
b2ef114e13
1 changed files with 4 additions and 4 deletions
|
@ -71,13 +71,13 @@ function createAllToys() {
|
|||
|
||||
createCombinedArmChair({
|
||||
x: 549.29,
|
||||
y: 495.05,
|
||||
y: 494.9,
|
||||
z: 508.22
|
||||
});
|
||||
|
||||
createPottedPlant({
|
||||
x: 554.26,
|
||||
y: 495.23,
|
||||
y: 495.2,
|
||||
z: 504.53
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue