item icons
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit

This commit is contained in:
austin 2025-04-26 19:16:31 -04:00
parent d790c1df8a
commit aef0673ca6
7 changed files with 6 additions and 5 deletions

View File

@ -30,7 +30,7 @@
"offsetY" : 0.05, "offsetY" : 0.05,
"offsetZ" : 0 "offsetZ" : 0
}, },
"iconPath" : "Textures/icons/itemIconItemGeneric.png" "iconPath" : "Textures/icons/shovel.png"
}, },
{ {
@ -63,7 +63,7 @@
"offsetY" : 0.05, "offsetY" : 0.05,
"offsetZ" : 0 "offsetZ" : 0
}, },
"iconPath" : "Textures/icons/itemIconItemGeneric.png" "iconPath" : "Textures/icons/wand.png"
}, },
{ {
"id" : "entityinspector", "id" : "entityinspector",
@ -94,7 +94,7 @@
"offsetY" : 0.05, "offsetY" : 0.05,
"offsetZ" : 0 "offsetZ" : 0
}, },
"iconPath" : "Textures/icons/itemIconItemGeneric.png" "iconPath" : "Textures/icons/magnifyingglass.png"
}, },
{ {
"id" : "waterSpawner", "id" : "waterSpawner",
@ -125,7 +125,7 @@
"offsetY" : 0.05, "offsetY" : 0.05,
"offsetZ" : 0 "offsetZ" : 0
}, },
"iconPath" : "Textures/icons/itemIconItemGeneric.png" "iconPath" : "Textures/icons/wave.png"
}, },
{ {
"id" : "fabTool", "id" : "fabTool",
@ -156,7 +156,7 @@
"offsetY" : 0.05, "offsetY" : 0.05,
"offsetZ" : 0 "offsetZ" : 0
}, },
"iconPath" : "Textures/icons/itemIconItemGeneric.png" "iconPath" : "Textures/icons/hammer.png"
} }
], ],
"files" : [ "files" : [

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

View File

@ -1556,6 +1556,7 @@ Block destruction work
Block cursor custom textures Block cursor custom textures
New block type New block type
Fix inventory item tooltip not clearing Fix inventory item tooltip not clearing
More item icons