Skip to content
Snippets Groups Projects
Commit da7aaf6c authored by Milan's avatar Milan
Browse files

instruction blocks: remove background, use default_stone_brick.png as background texture

parent 4a5fbedd
No related branches found
No related tags found
No related merge requests found
......@@ -47,8 +47,9 @@ minetest.register_node("illuna:welcome_block_3", {
minetest.register_node("illuna:instruction_block_1", {
description = "Instruction Block 1",
tiles = {"instruction_block_1.png"},
tiles = {"default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick^instruction_block_1.png"},
groups = {unbreakable = 1},
on_place = minetest.rotate_node,
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_gravel_footstep", gain=0.5},
dug = {name="default_gravel_footstep", gain=1.0},
......@@ -63,8 +64,10 @@ minetest.register_node("illuna:instruction_block_1", {
minetest.register_node("illuna:instruction_block_2", {
description = "Instruction Block 2",
tiles = {"instruction_block_2.png"},
tiles = {"default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick^instruction_block_2.png"},
paramtype2 = "facedir",
groups = {unbreakable = 1},
on_place = minetest.rotate_node,
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_gravel_footstep", gain=0.5},
dug = {name="default_gravel_footstep", gain=1.0},
......@@ -79,8 +82,10 @@ minetest.register_node("illuna:instruction_block_2", {
minetest.register_node("illuna:instruction_block_3", {
description = "Instruction Block 3",
tiles = {"instruction_block_3.png"},
tiles = {"default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick^instruction_block_3.png"},
paramtype2 = "facedir",
groups = {unbreakable = 1},
on_place = minetest.rotate_node,
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_gravel_footstep", gain=0.5},
dug = {name="default_gravel_footstep", gain=1.0},
......@@ -95,8 +100,10 @@ minetest.register_node("illuna:instruction_block_3", {
minetest.register_node("illuna:instruction_block_4", {
description = "Instruction Block 4",
tiles = {"instruction_block_4.png"},
tiles = {"default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick", "default_stone_brick^instruction_block_4.png"},
paramtype2 = "facedir",
groups = {unbreakable = 1},
on_place = minetest.rotate_node,
sounds = default.node_sound_dirt_defaults({
footstep = {name="default_gravel_footstep", gain=0.5},
dug = {name="default_gravel_footstep", gain=1.0},
......
textures/instruction_block_1.png

28.7 KiB | W: | H:

textures/instruction_block_1.png

5.18 KiB | W: | H:

textures/instruction_block_1.png
textures/instruction_block_1.png
textures/instruction_block_1.png
textures/instruction_block_1.png
  • 2-up
  • Swipe
  • Onion skin
textures/instruction_block_2.png

30.8 KiB | W: | H:

textures/instruction_block_2.png

8.09 KiB | W: | H:

textures/instruction_block_2.png
textures/instruction_block_2.png
textures/instruction_block_2.png
textures/instruction_block_2.png
  • 2-up
  • Swipe
  • Onion skin
textures/instruction_block_3.png

28.2 KiB | W: | H:

textures/instruction_block_3.png

3.96 KiB | W: | H:

textures/instruction_block_3.png
textures/instruction_block_3.png
textures/instruction_block_3.png
textures/instruction_block_3.png
  • 2-up
  • Swipe
  • Onion skin
textures/instruction_block_4.png

28.5 KiB | W: | H:

textures/instruction_block_4.png

3.4 KiB | W: | H:

textures/instruction_block_4.png
textures/instruction_block_4.png
textures/instruction_block_4.png
textures/instruction_block_4.png
  • 2-up
  • Swipe
  • Onion skin
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment