Browse Source

improve rotation of nftools images, and add wield_scale

master
poikilos 5 years ago
committed by Jacob Gustafson
parent
commit
4e9dd4851b
  1. 3
      patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/init.lua
  2. BIN
      patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/textures/nftools_tool_battleaxe.png
  3. BIN
      patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/textures/nftools_tool_mace.png
  4. BIN
      patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/textures/nftools_tool_scythe.png

3
patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/init.lua

@ -305,6 +305,7 @@ end
minetest.register_tool ("nftools:scythe", { minetest.register_tool ("nftools:scythe", {
description = "Scythe", description = "Scythe",
inventory_image = "nftools_tool_scythe.png", inventory_image = "nftools_tool_scythe.png",
wield_scale = {x = 2, y = 2, z = .25},
tool_capabilities = { tool_capabilities = {
full_punch_interval = 0.8, full_punch_interval = 0.8,
max_drop_level=1, max_drop_level=1,
@ -330,6 +331,7 @@ minetest.register_craft ({
minetest.register_tool ("nftools:mace", { minetest.register_tool ("nftools:mace", {
description = "Mace", description = "Mace",
inventory_image = "nftools_tool_mace.png", inventory_image = "nftools_tool_mace.png",
wield_scale = {x = 2, y = 2, z = .75},
tool_capabilities = { tool_capabilities = {
full_punch_interval = 1.5, full_punch_interval = 1.5,
max_drop_level=1, max_drop_level=1,
@ -355,6 +357,7 @@ minetest.register_craft ({
minetest.register_tool ("nftools:battleaxe", { minetest.register_tool ("nftools:battleaxe", {
description = "Battle Axe", description = "Battle Axe",
inventory_image = "nftools_tool_battleaxe.png", inventory_image = "nftools_tool_battleaxe.png",
wield_scale = {x = 2, y = 2, z = .25},
tool_capabilities = { tool_capabilities = {
full_punch_interval = 0.8, full_punch_interval = 0.8,
max_drop_level=1, max_drop_level=1,

BIN
patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/textures/nftools_tool_battleaxe.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 12 KiB

BIN
patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/textures/nftools_tool_mace.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.9 KiB

After

Width:  |  Height:  |  Size: 8.5 KiB

BIN
patches/deprecated/merged-upstream/Bucket_Game/mods/coderbuild/nftools/textures/nftools_tool_scythe.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 9.5 KiB

Loading…
Cancel
Save