Skip to content

Commit

Permalink
DevTest: Change texture for node-aligned node (minetest#12831)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wuzzy2 committed Oct 6, 2022
1 parent be5c675 commit 804a318
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions games/devtest/mods/tiled/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,15 @@ minetest.register_node("tiled:tiled", {
minetest.register_node("tiled:tiled_n", {
description = "Tiled Node (node-aligned)",
tiles = {{
name = "tiled_tiled.png",
name = "tiled_tiled_node.png",
align_style = "node",
scale = 8,
}},
groups = {cracky=3},
})

stairs.register_stair_and_slab("tiled_n", "tiled:tiled",
stairs.register_stair_and_slab("tiled_n", "tiled:tiled_n",
{cracky=3},
{{name="tiled_tiled.png", align_style="node", scale=8}},
{{name="tiled_tiled_node.png", align_style="node"}},
"Tiled Stair (node-aligned)",
"Tiled Slab (node-aligned)")

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 804a318

Please sign in to comment.