diff options
author | Calinou <calinou@opmbx.org> | 2014-06-02 18:38:19 +0200 |
---|---|---|
committer | Calinou <calinou@opmbx.org> | 2014-06-02 18:38:19 +0200 |
commit | a294200ea520b492d82f045fcbae53e6dae7b67f (patch) | |
tree | f7fe8e0ab82411c6c66e6bb8a0042a003524974a | |
parent | 82258a21133c5b4f18d737ba66616b032ec9e6ee (diff) | |
download | moreblocks-a294200ea520b492d82f045fcbae53e6dae7b67f.tar.gz moreblocks-a294200ea520b492d82f045fcbae53e6dae7b67f.tar.bz2 moreblocks-a294200ea520b492d82f045fcbae53e6dae7b67f.zip |
Updates: wood tile textures are now overlays, removed some unneeded wooden tile textures.
-rw-r--r-- | nodes.lua | 22 | ||||
-rw-r--r-- | textures/moreblocks_wood.png | bin | 175 -> 0 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile.png | bin | 426 -> 460 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile_center.png | bin | 352 -> 353 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile_down.png | bin | 350 -> 0 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile_flipped.png | bin | 430 -> 0 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile_left.png | bin | 339 -> 0 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile_right.png | bin | 347 -> 0 bytes | |||
-rw-r--r-- | textures/moreblocks_wood_tile_up.png | bin | 342 -> 353 bytes |
9 files changed, 11 insertions, 11 deletions
@@ -15,14 +15,14 @@ local nodes = { description = S("Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile"), + tiles = {"default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90"}, sounds = sound_wood, }, ["wood_tile_flipped"] = { description = S("Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile_flipped"), + tiles = {"default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR90", "default_wood.png^moreblocks_wood_tile.png^[transformR180", "default_wood.png^moreblocks_wood_tile.png^[transformR180"}, sounds = sound_wood, no_stairs = true, }, @@ -30,7 +30,7 @@ local nodes = { description = S("Centered Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile_center"), + tiles = {"default_wood.png^moreblocks_wood_tile_center.png"}, sounds = sound_wood, }, ["wood_tile_full"] = { @@ -41,34 +41,34 @@ local nodes = { sounds = sound_wood, }, ["wood_tile_up"] = { - description = S("Up Wooden Tile"), + description = S("Upwards Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile_up"), + tiles = {"default_wood.png^moreblocks_wood_tile_up.png"}, sounds = sound_wood, no_stairs = true, }, ["wood_tile_down"] = { - description = S("Down Wooden Tile"), + description = S("Downwards Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile_down"), + tiles = {"default_wood.png^[transformR180^moreblocks_wood_tile_up.png^[transformR180"}, sounds = sound_wood, no_stairs = true, }, ["wood_tile_left"] = { - description = S("Left Wooden Tile"), + description = S("Leftwards Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile_left"), + tiles = {"default_wood.png^[transformR270^moreblocks_wood_tile_up.png^[transformR270"}, sounds = sound_wood, no_stairs = true, }, ["wood_tile_right"] = { - description = S("Right Wooden Tile"), + description = S("Rightwards Wooden Tile"), groups = {snappy=1,choppy=2,oddly_breakable_by_hand=2,flammable=3}, paramtype2 = "facedir", - tiles = tile_tiles("wood_tile_right"), + tiles = {"default_wood.png^[transformR90^moreblocks_wood_tile_up.png^[transformR90"}, sounds = sound_wood, no_stairs = true, }, diff --git a/textures/moreblocks_wood.png b/textures/moreblocks_wood.png Binary files differdeleted file mode 100644 index 89841da..0000000 --- a/textures/moreblocks_wood.png +++ /dev/null diff --git a/textures/moreblocks_wood_tile.png b/textures/moreblocks_wood_tile.png Binary files differindex b6c9667..9606fd2 100644 --- a/textures/moreblocks_wood_tile.png +++ b/textures/moreblocks_wood_tile.png diff --git a/textures/moreblocks_wood_tile_center.png b/textures/moreblocks_wood_tile_center.png Binary files differindex 3bc4649..355326b 100644 --- a/textures/moreblocks_wood_tile_center.png +++ b/textures/moreblocks_wood_tile_center.png diff --git a/textures/moreblocks_wood_tile_down.png b/textures/moreblocks_wood_tile_down.png Binary files differdeleted file mode 100644 index 711e0f7..0000000 --- a/textures/moreblocks_wood_tile_down.png +++ /dev/null diff --git a/textures/moreblocks_wood_tile_flipped.png b/textures/moreblocks_wood_tile_flipped.png Binary files differdeleted file mode 100644 index 2657822..0000000 --- a/textures/moreblocks_wood_tile_flipped.png +++ /dev/null diff --git a/textures/moreblocks_wood_tile_left.png b/textures/moreblocks_wood_tile_left.png Binary files differdeleted file mode 100644 index 5c9b864..0000000 --- a/textures/moreblocks_wood_tile_left.png +++ /dev/null diff --git a/textures/moreblocks_wood_tile_right.png b/textures/moreblocks_wood_tile_right.png Binary files differdeleted file mode 100644 index a7473ae..0000000 --- a/textures/moreblocks_wood_tile_right.png +++ /dev/null diff --git a/textures/moreblocks_wood_tile_up.png b/textures/moreblocks_wood_tile_up.png Binary files differindex 2a49873..dd58009 100644 --- a/textures/moreblocks_wood_tile_up.png +++ b/textures/moreblocks_wood_tile_up.png |