-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally seems alright to me! I think the heart would likely be better replaced by a custom asset (if we had one...) but for now this is a good placeholder/stand-in.
} | ||
if (msg.caller == "HealthEvent") { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: control flow here is probably clearer with explicit else if
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After seeing the inventory version, I think I have an idea as to what could be improved on these stylistically:
Can we have these images as backdrops inside of a text box? Looking for an example right now, but it could be a text box with similar dimensions to these images (plus some padding), and the text appears on top to use the real-estate better?
Overview
Added styles to status entry.
Tests
Properly rendered player stats and entry was responsive.