diff options
Diffstat (limited to 'web/pw-visualizer/assets/res/planet_atlas.json')
-rw-r--r-- | web/pw-visualizer/assets/res/planet_atlas.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/web/pw-visualizer/assets/res/planet_atlas.json b/web/pw-visualizer/assets/res/planet_atlas.json new file mode 100644 index 0000000..3c1523a --- /dev/null +++ b/web/pw-visualizer/assets/res/planet_atlas.json @@ -0,0 +1,44 @@ +[ + { + "name": "earth", + "x": 0, + "y": 0, + "w": 256, + "h": 256 + }, + { + "name": "jupiter", + "x": 256, + "y": 0, + "w": 256, + "h": 256 + }, + { + "name": "mars", + "x": 0, + "y": 256, + "w": 256, + "h": 256 + }, + { + "name": "nepture", + "x": 256, + "y": 256, + "w": 256, + "h": 256 + }, + { + "name": "uranus", + "x": 0, + "y": 512, + "w": 256, + "h": 256 + }, + { + "name": "venus", + "x": 256, + "y": 512, + "w": 256, + "h": 256 + } +]
\ No newline at end of file |