Change screwdriver image to PP style

This commit is contained in:
Wuzzy 2019-12-13 11:51:13 +01:00
parent 4a7bb86803
commit 8e224d0bd9
2 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ end
minetest.register_tool("screwdriver:screwdriver", {
description = S("Screwdriver"),
inventory_image = "screwdriver.png",
wield_image = "screwdriver.png^[transformFX",
groups = { tool = 1, not_in_creative_inventory = 1 },
on_use = function(itemstack, user, pointed_thing)
screwdriver.handler(itemstack, user, pointed_thing, screwdriver.ROTATE_FACE, 200)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 371 B

After

Width:  |  Height:  |  Size: 357 B