From 8f24080c2d8a56ccc58d635d39dd4d003c684532 Mon Sep 17 00:00:00 2001 From: Fabien Date: Thu, 31 Oct 2013 15:44:26 -0400 Subject: [PATCH] fix atlas typo --- spine-unity/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-unity/README.md b/spine-unity/README.md index fa9376081..90d6aa97c 100644 --- a/spine-unity/README.md +++ b/spine-unity/README.md @@ -16,4 +16,4 @@ The Spine runtime for Unity comes with an example project which has "spineboy" w # Notes - 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.