add coronavirus canvas

This commit is contained in:
HF 2020-03-15 20:20:00 +01:00
parent 71f87ba3ed
commit 1c7de0d93d
5 changed files with 61 additions and 1 deletions

BIN
public/loading3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

24
public/palette3.gpl Normal file
View File

@ -0,0 +1,24 @@
GIMP Palette
Name: corona
Columns: 4
#
33 28 15 Unbenannt
37 32 20 Unbenannt
41 36 24 Unbenannt
44 39 27 Unbenannt
50 44 31 Unbenannt
60 53 40 Unbenannt
71 62 49 Unbenannt
82 72 57 Unbenannt
100 88 66 Unbenannt
115 101 74 Unbenannt
125 111 84 Unbenannt
139 125 98 Unbenannt
152 134 102 Unbenannt
164 141 106 Unbenannt
180 156 122 Unbenannt
189 165 131 Unbenannt
195 173 138 Unbenannt
205 186 148 Unbenannt
218 196 161 Unbenannt
230 206 172 Unbenannt

BIN
public/preview3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -167,5 +167,41 @@
"req": 0,
"sd": "2020-01-08",
"desc": "Place Voxels on a 3D canvas with others"
},
"3": {
"ident": "c",
"title": "Coronavirus",
"colors" : [
[ 226, 218, 0 ],
[ 33, 28, 15 ],
[ 33, 28, 15 ],
[ 37, 32, 20 ],
[ 41, 36, 24 ],
[ 44, 39, 27 ],
[ 50, 44, 31 ],
[ 60, 53, 40 ],
[ 71, 62, 49 ],
[ 82, 72, 57 ],
[ 100, 88, 66 ],
[ 115, 101, 74 ],
[ 125, 111, 84 ],
[ 139, 125, 98 ],
[ 152, 134, 102 ],
[ 164, 141, 106 ],
[ 180, 156, 122 ],
[ 189, 165, 131 ],
[ 195, 173, 138 ],
[ 205, 186, 148 ],
[ 218, 196, 161 ],
[ 230, 206, 172 ]
],
"size" : 1024,
"cli": 2,
"bcd": 0,
"pcd": 0,
"cds": 900000,
"req": 0,
"sd": "2020-03-15",
"desc": "Special canvas to spread aweareness of coronavirus"
}
}

View File

@ -58,7 +58,7 @@ const HelpModal = () => (
<p style={textStyle}>The bare map data that we use, together with converted OpenStreetMap tiles for orientation,
can be downloaded from mega.nz here: <a href="https://mega.nz/#!JpkBwAbJ!EnSLlZmKv3kEBE0HDhakTgAZZycD3ELjduajJxPGaXo">pixelplanetmap.zip</a> (422MB)</p>
<p style={titleStyle}>GIMP Palette</p>
<p style={textStyle}>The Palettes for <a href="https://www.gimp.org">GIMP</a> can be found <a href="./palette0.gpl">here</a> and <a href="./palette1.gpl">here</a>. Credit for the Palette of the second planet goes to <a href="https://twitter.com/starhousedev">starhouse</a>.</p>
<p style={textStyle}>Palette downloads for <a href="https://www.gimp.org">GIMP</a>: <a href="./palette0.gpl">World</a>, <a href="./palette1.gpl">Moon</a> and <a href="./palette3.gpl">Corona</a>. Credit for the Palette of the Moon goes to <a href="https://twitter.com/starhousedev">starhouse</a>.</p>
<p style={titleStyle}>Detected as Proxy?</p>
<p style={textStyle}>If you got detected as proxy, but you are none, please send us an e-mail with <a href="https://www.whatismyip.com/">your IP</a> to pixelplanetdev@gmail.com. Do not post your IP anywhere else. We are sorry for the inconvenience.</p>
<h3 style={titleStyle}>2D Controls</h3>