X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;ds=sidebyside;f=data%2Fresources;h=3c21a5ae489d6507d14545713fb52ec7ab601094;hb=46d3c2d2fb145405994b69291037a3c9e66ab3d1;hp=ab8ca5d5698e0a0f02e32cb9ecf135355dca64dc;hpb=b63c91ead8b510b614efccc97b4000fc3aca9c87;p=blobs-assets.git diff --git a/data/resources b/data/resources index ab8ca5d..3c21a5a 100644 --- a/data/resources +++ b/data/resources @@ -1,31 +1,39 @@ air = { label = "Air"; + state = gas; }; biomass = { label = "Biomass"; + state = solid; }; dirt = { label = "Dirt"; + state = solid; }; ice = { label = "Ice"; + state = solid; }; rock = { label = "Rock"; + state = solid; }; sand = { label = "Sand"; + state = solid; }; water = { label = "Water"; + state = liquid; }; wood = { label = "Wood"; + state = solid; };