feat: add Hexagon image preset to the texture library

This commit is contained in:
CNCKitchen
2026-03-18 12:54:55 +01:00
parent 14c6137b2d
commit 4654e4b32d
+1
View File
@@ -18,6 +18,7 @@ const IMAGE_PRESETS = [
{ name: 'Brick', url: 'brick.jpg' }, { name: 'Brick', url: 'brick.jpg' },
{ name: 'Bubble', url: 'bubble.jpg' }, { name: 'Bubble', url: 'bubble.jpg' },
{ name: 'Crystal', url: 'crystal.jpg' }, { name: 'Crystal', url: 'crystal.jpg' },
{ name: 'Hexagon', url: 'hexagon.jpg' },
{ name: 'Knitting', url: 'knitting.jpg' }, { name: 'Knitting', url: 'knitting.jpg' },
{ name: 'Knurling', url: 'knurling.jpg' }, { name: 'Knurling', url: 'knurling.jpg' },
{ name: 'Leather', url: 'leather.jpg' }, { name: 'Leather', url: 'leather.jpg' },