| OLD | NEW |
| 1 library data; | 1 library data; |
| 2 | 2 |
| 3 import 'dart:html'; | 3 import 'dart:html'; |
| 4 import 'package:bot_web/bot_texture.dart'; | 4 import 'package:bot_web/bot_texture.dart'; |
| 5 | 5 |
| 6 Map<String, TextureInput> getTextures(ImageElement transparentElement, | 6 Map<String, TextureInput> getTextures(ImageElement transparentElement, |
| 7 ImageElement opaqueElement, ImageElement transparentStaticElement) { | 7 ImageElement opaqueElement, ImageElement transparentStaticElement) { |
| 8 | 8 |
| 9 final frames = <String, TextureInput>{}; | 9 final frames = <String, TextureInput>{}; |
| 10 | 10 |
| (...skipping 1565 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1576 }, | 1576 }, |
| 1577 "dart_fly_shadow_0054.png": | 1577 "dart_fly_shadow_0054.png": |
| 1578 { | 1578 { |
| 1579 "frame": {"x":214,"y":284,"w":1,"h":1}, | 1579 "frame": {"x":214,"y":284,"w":1,"h":1}, |
| 1580 "rotated": false, | 1580 "rotated": false, |
| 1581 "trimmed": true, | 1581 "trimmed": true, |
| 1582 "spriteSourceSize": {"x":0,"y":0,"w":1,"h":1}, | 1582 "spriteSourceSize": {"x":0,"y":0,"w":1,"h":1}, |
| 1583 "sourceSize": {"w":1024,"h":768} | 1583 "sourceSize": {"w":1024,"h":768} |
| 1584 }}; | 1584 }}; |
| 1585 } | 1585 } |
| OLD | NEW |