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

Unified Diff: samples/pop_pop_win/web/resources/images/static.json

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tiny nit Created 6 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: samples/pop_pop_win/web/resources/images/static.json
diff --git a/samples/pop_pop_win/web/resources/images/static.json b/samples/pop_pop_win/web/resources/images/static.json
new file mode 100644
index 0000000000000000000000000000000000000000..74268269d614c3e3cda80cc24a23a0bf91c4e001
--- /dev/null
+++ b/samples/pop_pop_win/web/resources/images/static.json
@@ -0,0 +1,131 @@
+{
+ "frames": {
+ "button_new_game": {
+ "frame": {
+ "x": 398,
+ "y": 150,
+ "w": 294,
+ "h": 92
+ },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 294,
+ "h": 94
+ },
+ "sourceSize": {
+ "w": 294,
+ "h": 94
+ }
+ },
+ "button_new_game_clicked": {
+ "frame": {
+ "x": 503,
+ "y": 0,
+ "w": 293,
+ "h": 92
+ },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 293,
+ "h": 94
+ },
+ "sourceSize": {
+ "w": 292,
+ "h": 94
+ }
+ },
+ "loading_background": {
+ "frame": {
+ "x": 0,
+ "y": 0,
+ "w": 504,
+ "h": 88
+ },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 504,
+ "h": 88
+ },
+ "sourceSize": {
+ "w": 504,
+ "h": 88
+ }
+ },
+ "loading_bar": {
+ "frame": {
+ "x": 0,
+ "y": 184,
+ "w": 398,
+ "h": 56
+ },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 398,
+ "h": 56
+ },
+ "sourceSize": {
+ "w": 398,
+ "h": 56
+ }
+ },
+ "loading_text": {
+ "frame": {
+ "x": 318,
+ "y": 94,
+ "w": 218,
+ "h": 56
+ },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 218,
+ "h": 56
+ },
+ "sourceSize": {
+ "w": 218,
+ "h": 56
+ }
+ },
+ "logo_win": {
+ "frame": {
+ "x": 0,
+ "y": 88,
+ "w": 318,
+ "h": 96
+ },
+ "rotated": false,
+ "trimmed": false,
+ "spriteSourceSize": {
+ "x": 0,
+ "y": 0,
+ "w": 318,
+ "h": 96
+ },
+ "sourceSize": {
+ "w": 318,
+ "h": 96
+ }
+ }
+ },
+ "meta": {
+ "image": "transparent_static.png",
+ "size": {
+ "w": 796,
+ "h": 244
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698