Browse Source

Merge pull request #149 from fsbdev/patch-1

fix atlas typo
Nathan Sweet 12 năm trước cách đây
mục cha
commit
ce5e1aced4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      spine-unity/README.md

+ 1 - 1
spine-unity/README.md

@@ -16,4 +16,4 @@ The Spine runtime for Unity comes with an example project which has "spineboy" w
 # Notes
 # Notes
 
 
 - Atlas images should use premultiplied alpha.
 - Atlas images should use premultiplied alpha.
-- Unity scales large images down by default if they exceed 1024x1024, which causes the altas coordinates to be incorrect. To fix this, override the import settings in the Inspector for any large atlas image you have so Unity does not scale it down.
+- Unity scales large images down by default if they exceed 1024x1024, which causes the atlas coordinates to be incorrect. To fix this, override the import settings in the Inspector for any large atlas image you have so Unity does not scale it down.