Add some more basic colors and some semantic colors for the Health Bar

This commit is contained in:
Eryn Wells 2022-05-16 16:40:29 -07:00
parent 11aee12320
commit 18a068cff6
2 changed files with 40 additions and 5 deletions

View file

@ -86,7 +86,7 @@ class Engine:
self.update_field_of_view()
# Interface elements
self.hit_points_bar = Bar(position=Point(4, 45), width=20)
self.hit_points_bar = Bar(position=Point(4, 45), width=20, colors=list(color.HealthBar.bar_colors()))
self.message_log.add_message('Greetings adventurer!', fg=(127, 127, 255), stack=False)