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

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

Issue 1227373004: Make Sky example game run offline (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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": "asteroid_big_0.nrm.png", 4 "filename": "asteroid_big_0.nrm.png",
5 "frame": {"x":2,"y":260,"w":200,"h":188}, 5 "frame": {"x":2,"y":260,"w":200,"h":188},
6 "rotated": false, 6 "rotated": false,
7 "trimmed": false, 7 "trimmed": false,
8 "spriteSourceSize": {"x":0,"y":0,"w":200,"h":188}, 8 "spriteSourceSize": {"x":0,"y":0,"w":200,"h":188},
9 "sourceSize": {"w":200,"h":188}, 9 "sourceSize": {"w":200,"h":188},
10 "pivot": {"x":0.5,"y":0.5} 10 "pivot": {"x":0.5,"y":0.5}
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
210 "meta": { 210 "meta": {
211 "app": "http://www.codeandweb.com/texturepacker", 211 "app": "http://www.codeandweb.com/texturepacker",
212 "version": "1.0", 212 "version": "1.0",
213 "image": "sprites.png", 213 "image": "sprites.png",
214 "format": "RGBA8888", 214 "format": "RGBA8888",
215 "size": {"w":952,"h":512}, 215 "size": {"w":952,"h":512},
216 "scale": "1", 216 "scale": "1",
217 "smartupdate": "$TexturePacker:SmartUpdate:342fc72defddab59bb356b48894e2 931:ecb4b4fa7772ea6a35788ebf670ca27c:1eabdf11f75e3a4fe3147baf7b5be24b$" 217 "smartupdate": "$TexturePacker:SmartUpdate:342fc72defddab59bb356b48894e2 931:ecb4b4fa7772ea6a35788ebf670ca27c:1eabdf11f75e3a4fe3147baf7b5be24b$"
218 } 218 }
219 } 219 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698