Skip to content

Instantly share code, notes, and snippets.

@buddypia
Created July 7, 2013 18:31
Show Gist options
  • Save buddypia/5944451 to your computer and use it in GitHub Desktop.
Save buddypia/5944451 to your computer and use it in GitHub Desktop.
【Unity】【NGUI】2D Sprite画像1枚で手動で位置座標を入れてみたメモ ref: http://qiita.com/shori0917/items/300d7bcc81d7dccc0cd6
"1.png":
{
"frame": {"x":4,"y":4,"w":33,"h":43},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":33,"h":43},
"sourceSize": {"w":33,"h":43}
}
"2.png":
{
"frame": {"x":4,"y":48,"w":33,"h":43},
"rotated": false,
"trimmed": false,
"spriteSourceSize": {"x":0,"y":0,"w":33,"h":43},
"sourceSize": {"w":33,"h":43}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment