Iterate on graphics design

Improve the design, materials and lighting of the bottles and switch
arround the purple and yellow shape.
This commit is contained in:
Hornwitser 2019-12-06 18:01:02 +01:00
parent aa61ba5b69
commit 67a4773187
9 changed files with 2 additions and 2 deletions

View file

@ -22,8 +22,8 @@ bottles = [
["Green", "Cube", "//src/graphics/green.png"],
["Black", "Spiked", "//src/graphics/black.png"],
["Cyan", "Sphere", "//src/graphics/cyan.png"],
["Purple", "Cylinder", "//src/graphics/purple.png"],
["Yellow", "Hexagon", "//src/graphics/yellow.png"],
["Purple", "Pentagon", "//src/graphics/purple.png"],
["Yellow", "Cylinder", "//src/graphics/yellow.png"],
["White", "Tubes", "//src/graphics/white.png"],
]