Skip to content

Commit

Permalink
DevTest: Colorize 2 nodebox nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 authored and sfan5 committed Oct 23, 2022
1 parent 7a8ac00 commit 0a82cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions games/devtest/mods/testnodes/nodeboxes.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ minetest.register_node("testnodes:nodebox_overhigh2", {
minetest.register_node("testnodes:nodebox_leveled", {
description = S("Leveled Nodebox Test Node").."\n"..
S("param2 = height (0..127)"),
tiles = {"testnodes_nodebox.png"},
tiles = {"testnodes_nodebox.png^[colorize:#0F0:32"},
drawtype = "nodebox",
paramtype = "light",
paramtype2 = "leveled",
Expand Down Expand Up @@ -85,7 +85,7 @@ local nodebox_wall_thick = {
minetest.register_node("testnodes:nodebox_connected", {
description = S("Connected Nodebox Test Node").."\n"..
S("Connects to neighbors"),
tiles = {"testnodes_nodebox.png"},
tiles = {"testnodes_nodebox.png^[colorize:#F00:32"},
groups = {connected_nodebox=1, dig_immediate=3},
drawtype = "nodebox",
paramtype = "light",
Expand Down

0 comments on commit 0a82cb4

Please sign in to comment.