]> git.localhorst.tv Git - blobs-assets.git/blob - data/resources
88aa660e84fa5ba63429c6475f01670d91dceec5
[blobs-assets.git] / data / resources
1 air = {
2         label = "Air";
3         state = gas;
4         density = 1.225;
5         base_color = [ 0.65, 0.9, 1.0 ];
6 };
7
8 biomass = {
9         label = "Biomass";
10         state = solid;
11         density = 985;
12         base_color = [ 0.42, 0.42, 0.23 ];
13 };
14
15 dirt = {
16         label = "Dirt";
17         state = solid;
18         density = 1600;
19         base_color = [ 0.47, 0.28, 0.0 ];
20 };
21
22 ice = {
23         label = "Ice";
24         state = solid;
25         density = 916.7;
26         base_color = [ 0.7, 0.81, 0.98 ];
27 };
28
29 rock = {
30         label = "Rock";
31         state = solid;
32         density = 2600;
33         base_color = [ 0.35, 0.3, 0.25 ];
34 };
35
36 sand = {
37         label = "Sand";
38         state = solid;
39         density = 1602;
40         base_color = [ 0.93, 0.79, 0.69 ];
41 };
42
43 water = {
44         label = "Water";
45         state = liquid;
46         density = 1020;
47         base_color = [ 0.25, 0.64, 0.87 ];
48 };
49
50 wood = {
51         label = "Wood";
52         state = solid;
53         density = 600;
54         base_color = [ 0.59, 0.44, 0.2 ];
55 };