Add distilled water

This commit is contained in:
ConfidentOwl 2023-02-13 22:38:20 +03:00
parent c8d97788c6
commit b59216f0d2
4 changed files with 2 additions and 1 deletions

View File

@ -928,7 +928,8 @@ end
--1)name 2)Name 3)flowing animation 4)source animation 5)cell tezture 6)is fluid?
local fluid_array ={
{"tar","Tar","owl_tech_tar_flowing_animated.png","owl_tech_tar_source_animated.png","owl_tech_tar_for_cell.png",1},--#8d4a00
{"metan","Metan","owl_tech_tar_flowing_animated.png","owl_tech_tar_source_animated.png","owl_tech_metan_for_cell.png",0}--ccc8b0
{"metan","Metan","owl_tech_tar_flowing_animated.png","owl_tech_tar_source_animated.png","owl_tech_metan_for_cell.png",0},--ccc8b0
{"distilled_water","Distilled water","owl_tech_distilled_water_flowing_animated.png","owl_tech_distilled_water_source_animated.png","owl_tech_distilled_water_for_cell.png",1},
}
for i, value in ipairs(fluid_array) do
if fluid_array[i][6]==1 then

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB