From: Daniel Karbach Date: Fri, 17 Nov 2017 19:17:27 +0000 (+0100) Subject: resource file X-Git-Url: https://git.localhorst.tv/?a=commitdiff_plain;h=b63c91ead8b510b614efccc97b4000fc3aca9c87;p=blobs-assets.git resource file --- diff --git a/data/resources b/data/resources new file mode 100644 index 0000000..ab8ca5d --- /dev/null +++ b/data/resources @@ -0,0 +1,31 @@ +air = { + label = "Air"; +}; + +biomass = { + label = "Biomass"; +}; + +dirt = { + label = "Dirt"; +}; + +ice = { + label = "Ice"; +}; + +rock = { + label = "Rock"; +}; + +sand = { + label = "Sand"; +}; + +water = { + label = "Water"; +}; + +wood = { + label = "Wood"; +};