surface-type-json / data.json
acengnew's picture
Create data.json
cac8e59 verified
raw
history blame contribute delete
197 Bytes
[
{ "surface": "tile", "traction": "high" },
{ "surface": "carpet", "traction": "medium" },
{ "surface": "wet_floor", "traction": "low" },
{ "surface": "gravel", "traction": "unstable" }
]