Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(158)

Side by Side Diff: sky/sdk/lib/example/game/res/sprites.json

Issue 1218593002: Move sky/examples to sky/sdk/lib/example, and code changes to support that change. Fixes T277. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 {"frames": [ 1 {"frames": [
2 2
3 { 3 {
4 "filename": "arrow.png", 4 "filename": "arrow.png",
5 "frame": {"x":2,"y":2,"w":446,"h":283}, 5 "frame": {"x":2,"y":2,"w":446,"h":283},
6 "rotated": false, 6 "rotated": false,
7 "trimmed": true, 7 "trimmed": true,
8 "spriteSourceSize": {"x":30,"y":49,"w":446,"h":283}, 8 "spriteSourceSize": {"x":30,"y":49,"w":446,"h":283},
9 "sourceSize": {"w":512,"h":512}, 9 "sourceSize": {"w":512,"h":512},
10 "pivot": {"x":0.5,"y":0.5} 10 "pivot": {"x":0.5,"y":0.5}
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 "meta": { 156 "meta": {
157 "app": "http://www.codeandweb.com/texturepacker", 157 "app": "http://www.codeandweb.com/texturepacker",
158 "version": "1.0", 158 "version": "1.0",
159 "image": "sprites.png", 159 "image": "sprites.png",
160 "format": "RGBA8888", 160 "format": "RGBA8888",
161 "size": {"w":991,"h":508}, 161 "size": {"w":991,"h":508},
162 "scale": "1", 162 "scale": "1",
163 "smartupdate": "$TexturePacker:SmartUpdate:b79d98a34caa23746c4e2af6dd5b8 506:bfdb7027c351003110a2082bbb53a657:1eabdf11f75e3a4fe3147baf7b5be24b$" 163 "smartupdate": "$TexturePacker:SmartUpdate:b79d98a34caa23746c4e2af6dd5b8 506:bfdb7027c351003110a2082bbb53a657:1eabdf11f75e3a4fe3147baf7b5be24b$"
164 } 164 }
165 } 165 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698