Adjust colours
This commit is contained in:
parent
2d1fcb53b5
commit
c55d9a4f89
8
init.lua
8
init.lua
@ -17,7 +17,7 @@ for i in ipairs(source_list) do
|
||||
drawtype = "liquid",
|
||||
tiles = {
|
||||
{
|
||||
name = "rs_water_source_animated.png^[colorize:#"..colour..":122",
|
||||
name = "rs_water_source_animated.png^[colorize:#"..colour..":70",
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
@ -28,7 +28,7 @@ for i in ipairs(source_list) do
|
||||
},
|
||||
special_tiles = {
|
||||
{
|
||||
name = "rs_water_source_animated.png^[colorize:#"..colour..":122",
|
||||
name = "rs_water_source_animated.png^[colorize:#"..colour..":70",
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
aspect_w = 16,
|
||||
@ -62,7 +62,7 @@ for i in ipairs(source_list) do
|
||||
tiles = {"rs_water.png^[colorize:#"..colour},
|
||||
special_tiles = {
|
||||
{
|
||||
name = "rs_water_flowing_animated.png^[colorize:#"..colour..":122",
|
||||
name = "rs_water_flowing_animated.png^[colorize:#"..colour..":70",
|
||||
backface_culling = false,
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
@ -72,7 +72,7 @@ for i in ipairs(source_list) do
|
||||
},
|
||||
},
|
||||
{
|
||||
name = "rs_water_flowing_animated.png^[colorize:#"..colour..":122",
|
||||
name = "rs_water_flowing_animated.png^[colorize:#"..colour..":70",
|
||||
backface_culling = true,
|
||||
animation = {
|
||||
type = "vertical_frames",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 257 B After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.4 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 3.0 KiB |
Loading…
x
Reference in New Issue
Block a user