@urso/core 0.4.38 → 0.4.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@urso/core",
3
- "version": "0.4.38",
3
+ "version": "0.4.39",
4
4
  "description": "HTML5 game engine",
5
5
  "main": "build/js/index.js",
6
6
  "author": "Megbrimef",
@@ -198,7 +198,7 @@ class ModulesObjectsModelsSpine extends Urso.Core.Modules.Objects.BaseModel {
198
198
  * @param {string} name
199
199
  * @returns {Bone}
200
200
  */
201
- findSlot(name) {
201
+ findBone(name) {
202
202
  return this._baseObject.skeleton.findBone(name)
203
203
  }
204
204