diff --git a/mods/lzr_laser/blocks.lua b/mods/lzr_laser/blocks.lua index 2f4a341..3434e2f 100644 --- a/mods/lzr_laser/blocks.lua +++ b/mods/lzr_laser/blocks.lua @@ -490,9 +490,9 @@ register_element("detector", { -- Is non-walkable if off, -- and walkable if on. register_element("skull_cursed", { - description = S("Cursed Skull"), + description = S("Cursed Skull (experimental)"), paramtype2 = "facedir", - --[[ TODO + -- TODO: Draw proper images tiles_off = { "lzr_laser_cskull_top.png^lzr_laser_fixed.png", "lzr_laser_cskull_bottom.png^lzr_laser_fixed.png", @@ -525,7 +525,6 @@ register_element("skull_cursed", { "lzr_laser_cskull_on_back.png", "lzr_laser_cskull_on_front.png", }, - ]] light_source_on = 5, groups = { rotatable = 2, laser_block = 1 }, on_rotate = screwdriver.rotate_simple, @@ -535,9 +534,9 @@ register_element("skull_cursed", { -- Is walkable if off, -- and non-walkable if on. register_element("skull_shy", { - description = S("Shy Skull"), + description = S("Shy Skull (experimental)"), paramtype2 = "facedir", - --[[ TODO + -- TODO: Draw proper images tiles_off = { "lzr_laser_sskull_top.png^lzr_laser_fixed.png", "lzr_laser_sskull_bottom.png^lzr_laser_fixed.png", @@ -570,7 +569,6 @@ register_element("skull_shy", { "lzr_laser_sskull_on_back.png", "lzr_laser_sskull_on_front.png", }, - ]] light_source_on = 5, groups = { rotatable = 2, laser_block = 1 }, on_rotate = screwdriver.rotate_simple, diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_back.png b/mods/lzr_laser/textures/lzr_laser_cskull_back.png new file mode 100644 index 0000000..709f157 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_back.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_bottom.png b/mods/lzr_laser/textures/lzr_laser_cskull_bottom.png new file mode 100644 index 0000000..709f157 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_bottom.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_front.png b/mods/lzr_laser/textures/lzr_laser_cskull_front.png new file mode 100644 index 0000000..709f157 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_front.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_on_back.png b/mods/lzr_laser/textures/lzr_laser_cskull_on_back.png new file mode 100644 index 0000000..e4b7201 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_on_back.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_on_bottom.png b/mods/lzr_laser/textures/lzr_laser_cskull_on_bottom.png new file mode 100644 index 0000000..e4b7201 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_on_bottom.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_on_front.png b/mods/lzr_laser/textures/lzr_laser_cskull_on_front.png new file mode 100644 index 0000000..e4b7201 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_on_front.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_on_side.png b/mods/lzr_laser/textures/lzr_laser_cskull_on_side.png new file mode 100644 index 0000000..e4b7201 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_on_side.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_on_top.png b/mods/lzr_laser/textures/lzr_laser_cskull_on_top.png new file mode 100644 index 0000000..e4b7201 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_on_top.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_side.png b/mods/lzr_laser/textures/lzr_laser_cskull_side.png new file mode 100644 index 0000000..709f157 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_side.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_cskull_top.png b/mods/lzr_laser/textures/lzr_laser_cskull_top.png new file mode 100644 index 0000000..709f157 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_cskull_top.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_back.png b/mods/lzr_laser/textures/lzr_laser_sskull_back.png new file mode 100644 index 0000000..66b6be8 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_back.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_bottom.png b/mods/lzr_laser/textures/lzr_laser_sskull_bottom.png new file mode 100644 index 0000000..66b6be8 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_bottom.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_front.png b/mods/lzr_laser/textures/lzr_laser_sskull_front.png new file mode 100644 index 0000000..66b6be8 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_front.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_on_back.png b/mods/lzr_laser/textures/lzr_laser_sskull_on_back.png new file mode 100644 index 0000000..2b548ed Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_on_back.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_on_bottom.png b/mods/lzr_laser/textures/lzr_laser_sskull_on_bottom.png new file mode 100644 index 0000000..2b548ed Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_on_bottom.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_on_front.png b/mods/lzr_laser/textures/lzr_laser_sskull_on_front.png new file mode 100644 index 0000000..2b548ed Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_on_front.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_on_side.png b/mods/lzr_laser/textures/lzr_laser_sskull_on_side.png new file mode 100644 index 0000000..2b548ed Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_on_side.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_on_top.png b/mods/lzr_laser/textures/lzr_laser_sskull_on_top.png new file mode 100644 index 0000000..2b548ed Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_on_top.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_side.png b/mods/lzr_laser/textures/lzr_laser_sskull_side.png new file mode 100644 index 0000000..66b6be8 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_side.png differ diff --git a/mods/lzr_laser/textures/lzr_laser_sskull_top.png b/mods/lzr_laser/textures/lzr_laser_sskull_top.png new file mode 100644 index 0000000..66b6be8 Binary files /dev/null and b/mods/lzr_laser/textures/lzr_laser_sskull_top.png differ