-
Notifications
You must be signed in to change notification settings - Fork 565
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
Dropship turf direction sprites #3642
Dropship turf direction sprites #3642
Conversation
Fixes pods
Fixes pods
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself |
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
# Conflicts: # code/modules/shuttle/shuttles/dropship.dm # maps/shuttles/dropship_alamo.dmm # maps/shuttles/dropship_normandy.dmm
Conflicts have been resolved. A maintainer will review the pull request shortly. |
# Conflicts: # code/game/machinery/doors/door.dm # code/game/machinery/doors/multi_tile.dm # maps/shuttles/dropship_alamo.dmm # maps/shuttles/dropship_normandy.dmm
Conflicts have been resolved. A maintainer will review the pull request shortly. |
Undrafting this as the scope has been removed to just introduce directional sprites |
Resolved merge conflicts |
This reverts commit ec4ab3a.
# About the pull request Caused by #3642 # Explain why it's good for the game # Testing Photographs and Procedure <details> <summary>Screenshots & Videos</summary> Put screenshots and videos here with an empty line between the screenshots and the `<details>` tags. These: ![image](https://github.com/cmss13-devs/cmss13/assets/5618080/1b32fe0b-3dae-4ada-9639-dd82aac9247d) Back to these: ![image](https://github.com/cmss13-devs/cmss13/assets/5618080/d6be385f-1dd4-4df2-b5fa-b528756fec21) </details> # Changelog :cl: fix: Fixes the lifeboat black turfs of Doom /:cl:
About the pull request
This pull request brings some of the sprite work which @kugamo previously did but was not added into master. These sprites allow for rotational dropships. The mapping has fixed for the escape pods for the new floors but rotating escape shuttles has not been done.
There is some additional spriting required for the dropships.
Explain why it's good for the game
Dropships spin me right round.
Testing Photographs and Procedure
Screenshots & Videos
Put screenshots and videos here with an empty line between the screenshots and the
<details>
tags.Changelog
🆑 paulrpg,kugamo
imageadd: shuttle rotation sprites added
maptweak: escape pods now use new floors
/:cl: