Add some more basic colors and some semantic colors for the Health Bar
This commit is contained in:
parent
11aee12320
commit
18a068cff6
2 changed files with 40 additions and 5 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue