-
Notifications
You must be signed in to change notification settings - Fork 737
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Medical - Show tourniquets in Medical and Patient information #6681
Conversation
Is that using rewrite pictures or your custom ones? (If I am not mistaken rewrite does it a bit differently anyways?) |
Correct, I use the rewrite picture for the 4 tourniquets. In the rewrite iirc it uses the same image for all 4 but with rotation and so on. In mine I just made 4 images all like the separate body part images. |
Why don't work on rewrite instead? |
I do not have any real knowledge about the rewrite so far, right now I am just reacting to some things that I think are missing and a temp solution would be neat until the big update hits. |
Updated pr with requested changes |
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.
Looks good to me!
Anything else needs changing? |
Images are so weird. |
* Show tourniquets in Medical and Patient information * Ace styling * Move tourniquet update function to medical
When merged this pull request will:
Show applied tourniquets in the medical menu and Patient information view
Adds 4 new images for each tourniquet
Adds code to handle the opacity of all 4 new UI entries respectively for the medical menu and the Patient information view
I know the medical rewrite is in the works, but this might be months and maybe like a year away. That is why I thought adding this in the mean time has some benefits even if it will be removed in the future.