X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=data%2Fresources;h=d07a28f11d26ec8198f1cd06e21895e11f7d8fb8;hb=7b1b41f192be522bc6812db7e91798c2fee0e5e1;hp=3c21a5ae489d6507d14545713fb52ec7ab601094;hpb=46d3c2d2fb145405994b69291037a3c9e66ab3d1;p=blobs-assets.git diff --git a/data/resources b/data/resources index 3c21a5a..d07a28f 100644 --- a/data/resources +++ b/data/resources @@ -1,39 +1,63 @@ air = { label = "Air"; state = gas; + density = 1.225; + energy = 19000000.0; + base_color = [ 0.65, 0.9, 1.0 ]; }; biomass = { label = "Biomass"; state = solid; + density = 985; + energy = 8000000.0; + base_color = [ 0.42, 0.42, 0.23 ]; }; dirt = { label = "Dirt"; state = solid; + density = 1600; + energy = 9001.0; + base_color = [ 0.47, 0.28, 0.0 ]; }; ice = { label = "Ice"; state = solid; + density = 916.7; + energy = 3600.0; + base_color = [ 0.7, 0.81, 0.98 ]; }; rock = { label = "Rock"; state = solid; + density = 2600; + energy = 2800.0; + base_color = [ 0.35, 0.3, 0.25 ]; }; sand = { label = "Sand"; state = solid; + density = 1602; + energy = 3000.0; + base_color = [ 0.93, 0.79, 0.69 ]; }; water = { label = "Water"; state = liquid; + density = 1020; + energy = 4200.0; + base_color = [ 0.25, 0.64, 0.87 ]; }; wood = { label = "Wood"; state = solid; + density = 600; + energy = 20000000.0; + base_color = [ 0.59, 0.44, 0.2 ]; };