@@ -163,6 +163,7 @@ const std::vector<ObjectEntry>& ObjectCatalog()
163163 { ObjectType::KEKE , " KEKE" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
164164 { ObjectType::LAVA , " LAVA" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
165165 { ObjectType::LOVE , " LOVE" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
166+ { ObjectType::PILLAR , " PILLAR" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
166167 { ObjectType::ROCK , " ROCK" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
167168 { ObjectType::SKULL , " SKULL" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
168169 { ObjectType::STAR , " STAR" , " Text: Nouns" , ColorU8 (238 , 238 , 238 ) },
@@ -187,6 +188,7 @@ const std::vector<ObjectEntry>& ObjectCatalog()
187188 ColorU8 (238 , 238 , 238 ) },
188189 { ObjectType::ICON_ALGAE , " ALGAE" , " Objects" , ColorU8 (84 , 150 , 64 ) },
189190 { ObjectType::ICON_BABA , " BABA" , " Objects" , ColorU8 (236 , 236 , 236 ) },
191+ { ObjectType::ICON_BRICK , " BRICK" , " Objects" , ColorU8 (42 , 47 , 39 ) },
190192 { ObjectType::ICON_CRAB , " CRAB" , " Objects" , ColorU8 (196 , 90 , 117 ) },
191193 { ObjectType::ICON_FLAG , " FLAG" , " Objects" , ColorU8 (237 , 217 , 96 ) },
192194 { ObjectType::ICON_FLOWER , " FLOWER" , " Objects" , ColorU8 (216 , 52 , 105 ) },
@@ -196,6 +198,7 @@ const std::vector<ObjectEntry>& ObjectCatalog()
196198 { ObjectType::ICON_KEKE , " KEKE" , " Objects" , ColorU8 (196 , 90 , 117 ) },
197199 { ObjectType::ICON_LAVA , " LAVA" , " Objects" , ColorU8 (225 , 74 , 52 ) },
198200 { ObjectType::ICON_LOVE , " LOVE" , " Objects" , ColorU8 (241 , 120 , 242 ) },
201+ { ObjectType::ICON_PILLAR , " PILLAR" , " Objects" , ColorU8 (81 , 111 , 148 ) },
199202 { ObjectType::ICON_ROCK , " ROCK" , " Objects" , ColorU8 (74 , 67 , 55 ) },
200203 { ObjectType::ICON_SKULL , " SKULL" , " Objects" , ColorU8 (238 , 238 , 238 ) },
201204 { ObjectType::ICON_STAR , " STAR" , " Objects" , ColorU8 (227 , 142 , 89 ) },
0 commit comments