Beveled is now structured like QuadBeveled

This commit is contained in:
2023-01-24 00:02:11 -05:00
parent 810728a479
commit 31a261d530
7 changed files with 33 additions and 36 deletions

View File

@@ -36,8 +36,8 @@ func (element *Artist) Resize (width, height int) {
artist.FillRectangle (
element,
artist.Beveled {
Highlight: artist.NewUniform(hex(0xFF0000FF)),
Shadow: artist.NewUniform(hex(0x0000FFFF)),
artist.NewUniform(hex(0xFF0000FF)),
artist.NewUniform(hex(0x0000FFFF)),
},
element.cellAt(0, 0))