Skip to content

Commit

Permalink
Add shapes back to cheatsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Aug 31, 2021
1 parent 7f5312b commit e9dc058
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cheat_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ def draw(self, canvas):
self.draw_header(canvas, "Colors")
self.draw_items(canvas, get_list("hat_color"))

self.next_row()
self.draw_header(canvas, "Shapes")
self.draw_items(canvas, get_list("hat_shape"))

self.next_row()
self.draw_header(canvas, "Examples")
self.draw_items(
Expand Down

0 comments on commit e9dc058

Please sign in to comment.