diff --git a/src/graphics/thing.js b/src/graphics/thing.js index c2641fd..6fa8425 100644 --- a/src/graphics/thing.js +++ b/src/graphics/thing.js @@ -648,7 +648,7 @@ class Thing { * // this method is on every Shape * let thing = new Thing(); * // center the object around its position - * thing.setPosition({vertical: 0.5, horizontal: 0.5}); + * thing.setAnchor({vertical: 0.5, horizontal: 0.5}); * * @param {{vertical: number, horizontal: number}} anchor */