Made rainbow tiling and longcats work

Sacrificed having an even rainbow on all faces; now it's just
the sides.
This commit is contained in:
Aaron Suen 2023-06-04 21:55:10 -04:00
parent 4ffad38408
commit 13249753f8
2 changed files with 3 additions and 11 deletions

View File

@ -220,17 +220,9 @@ reg(6, "#804000", "#402000") -- dark brown
reg(7, "#c0a080", "#806020") -- light brown
do
local rbc = "nc_cats_rainbow.png^(nc_cats_rainbow.png^[multiply:#808080^[mask:nc_cats_spots.png)"
myapi.register_cat(100, {
rbc,
rbc,
rbc,
rbc,
rbc .. "^[transformFX",
rbc .. "^[transformFX",
}, {
[modname .. "_spawn_probability"] = false
})
local side = "nc_cats_rainbow.png^(nc_cats_rainbow.png^[multiply:#808080^[mask:nc_cats_spots.png)"
local top = "nc_cats_base.png^[multiply:#a840ff^(nc_cats_spots.png^[multiply:#7a2cbc)"
myapi.register_cat(100, {top, top, side, side, side, side})
end
function myapi.makecat(pos, param2, creator)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 299 B

After

Width:  |  Height:  |  Size: 797 B