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:
parent
4ffad38408
commit
13249753f8
14
node.lua
14
node.lua
@ -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 |
Loading…
x
Reference in New Issue
Block a user