diff options
author | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-16 14:19:38 +0100 |
---|---|---|
committer | Ilion Beyst <ilion.beyst@gmail.com> | 2022-11-16 14:19:38 +0100 |
commit | e6800effbc162f675da6df6c47479b8a7b4be6ae (patch) | |
tree | 57b1a449f1f1713a28dec8bacbceb17bfac01138 /web/pw-visualizer/assets | |
parent | e91b1da5b02ca6abf9bc4afd0d4a62789b688102 (diff) | |
download | planetwars.dev-e6800effbc162f675da6df6c47479b8a7b4be6ae.tar.xz planetwars.dev-e6800effbc162f675da6df6c47479b8a7b4be6ae.zip |
diversify planet textures
Diffstat (limited to 'web/pw-visualizer/assets')
-rw-r--r-- | web/pw-visualizer/assets/res/planet_atlas.json | 44 | ||||
-rw-r--r-- | web/pw-visualizer/assets/res/planet_atlas.png | bin | 0 -> 67106 bytes |
2 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 diff --git a/web/pw-visualizer/assets/res/planet_atlas.png b/web/pw-visualizer/assets/res/planet_atlas.png Binary files differnew file mode 100644 index 0000000..0172ba3 --- /dev/null +++ b/web/pw-visualizer/assets/res/planet_atlas.png |